From 7cbcc16156dd6ab4786d466ea39857bde4bdd2c7 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 20 Sep 2017 13:04:02 +0200 Subject: Fixed bug with starting up if the local socket wasn't cleaned up --- src/singleapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/singleapplication.h') diff --git a/src/singleapplication.h b/src/singleapplication.h index e14625a..b512b34 100644 --- a/src/singleapplication.h +++ b/src/singleapplication.h @@ -44,7 +44,7 @@ private slots: private: const int LOCALSERVER_TIMEOUT = 500; - const QString LOCALSERVER_KEY = "smolbote_KEY"; + const QString LOCALSERVER_KEY = "smolbote_socket"; QLocalServer *m_localServer; }; -- cgit v1.2.1