mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 17:35:02 -04:00
merge
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