Fix HTTP server under windows when passed a local file

This commit is contained in:
craig.p.drummond
2013-10-15 17:14:51 +00:00
committed by craig.p.drummond
parent 62f7b1fb95
commit 4bc6d42f85
6 changed files with 67 additions and 5 deletions

View File

@@ -35,6 +35,9 @@ class QUrl;
class HttpServer
{
public:
static void enableDebug();
static bool debugEnabled();
static HttpServer * self();
HttpServer() : thread(0), socket(0) { }