Move everything into the QHttpEngine namespace.

This commit is contained in:
Nathan Osman
2017-07-07 21:56:09 -07:00
parent 6fea4fbd61
commit 61d219721e
60 changed files with 295 additions and 136 deletions

View File

@@ -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;