Completely reorganize the library, moving up to Qt 5.4, using C++11 where reasonably possible, and reorganizing the includes.
This commit is contained in:
@@ -72,7 +72,7 @@ int main(int argc, char * argv[])
|
||||
QHttpServer server(&handler);
|
||||
|
||||
// Attempt to listen on the specified port
|
||||
if(!server.listen(address, port)) {
|
||||
if (!server.listen(address, port)) {
|
||||
qCritical("Unable to listen on the specified port.");
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user