Correct latent single instance lock file preventing launch

* Fixes #893
This commit is contained in:
Jonathan White 2017-09-13 22:54:30 -04:00 committed by Jonathan White
parent 4b6dbcaec4
commit 9ebe0b61eb
2 changed files with 44 additions and 28 deletions

View file

@ -60,9 +60,9 @@ private:
static void handleUnixSignal(int sig);
static int unixSignalSocket[2];
#endif
bool alreadyRunning;
QLockFile* lock;
QLocalServer server;
bool m_alreadyRunning;
QLockFile* m_lockFile;
QLocalServer m_lockServer;
};
#endif // KEEPASSX_APPLICATION_H