- Fix deletion of threads.
- Enable online services for windows builds.
This commit is contained in:
committed by
craig.p.drummond
parent
cbc2e2309a
commit
813ee2f784
@@ -29,7 +29,7 @@
|
||||
#include "song.h"
|
||||
|
||||
class HttpSocket;
|
||||
class QThread;
|
||||
class Thread;
|
||||
class QUrl;
|
||||
|
||||
class HttpServer
|
||||
@@ -51,7 +51,7 @@ public:
|
||||
Song decodeUrl(const QString &file) const;
|
||||
|
||||
private:
|
||||
QThread *thread;
|
||||
Thread *thread;
|
||||
HttpSocket *socket;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user