mirror of
https://github.com/YACReader/yacreader
synced 2025-12-12 04:02:59 -05:00
merged
This commit is contained in:
@ -64,7 +64,12 @@ bool YACReaderLocalServer::isRunning()
|
||||
socket.connectToServer(YACREADERLIBRARY_GUID);
|
||||
if (socket.waitForConnected(500))
|
||||
return true; // Server is running (another instance of YACReaderLibrary has been launched)
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
void YACReaderLocalServer::close()
|
||||
{
|
||||
localServer->close();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user