Fix HTTP server under windows when passed a local file
This commit is contained in:
committed by
craig.p.drummond
parent
62f7b1fb95
commit
4bc6d42f85
@@ -35,6 +35,9 @@ class QUrl;
|
||||
class HttpServer
|
||||
{
|
||||
public:
|
||||
static void enableDebug();
|
||||
static bool debugEnabled();
|
||||
|
||||
static HttpServer * self();
|
||||
|
||||
HttpServer() : thread(0), socket(0) { }
|
||||
|
||||
Reference in New Issue
Block a user