Rename most classes to remove the 'Q' prefix.

This commit is contained in:
Nathan Osman
2017-07-07 18:29:50 -07:00
parent 0197444a83
commit e68c0b0f11
56 changed files with 468 additions and 468 deletions

View File

@@ -68,8 +68,8 @@ int main(int argc, char * argv[])
QString dir = parser.value(dirOption);
// Create the filesystem handler and server
QFilesystemHandler handler(dir);
QHttpServer server(&handler);
FilesystemHandler handler(dir);
HttpServer server(&handler);
// Attempt to listen on the specified port
if (!server.listen(address, port)) {