Move everything into the QHttpEngine namespace.
This commit is contained in:
@@ -37,7 +37,7 @@ int main(int argc, char * argv[])
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
// Attempt to open the local file and read from it
|
||||
LocalFile file;
|
||||
QHttpEngine::LocalFile file;
|
||||
if (!file.open()) {
|
||||
qCritical("Unable to open local file - is server running?");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user