mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
local server now runs in a separated thread
This commit is contained in:
@ -8,7 +8,7 @@ class QLocalServer;
|
||||
class QLocalSocket;
|
||||
class ComicDB;
|
||||
|
||||
class YACReaderLocalServer : public QObject
|
||||
class YACReaderLocalServer : public QThread
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@ -21,6 +21,7 @@ public slots:
|
||||
void sendResponse();
|
||||
static bool isRunning();
|
||||
private:
|
||||
void run();
|
||||
QLocalServer * localServer;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user