From c2a6faca68379e02dead9d6303e29fe1b9960994 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sun, 23 Apr 2017 14:31:32 +0300 Subject: Removed QMutex for thread safe behaviour and support for multiple SingleApplication instances Problem raised by @retmas in #24 --- singleapplication_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'singleapplication_p.h') diff --git a/singleapplication_p.h b/singleapplication_p.h index 266cbea..833e731 100644 --- a/singleapplication_p.h +++ b/singleapplication_p.h @@ -32,7 +32,6 @@ #ifndef SINGLEAPPLICATION_P_H #define SINGLEAPPLICATION_P_H -#include #include #include #include @@ -59,8 +58,6 @@ public: #ifdef Q_OS_UNIX void crashHandler(); static void terminate( int signum ); - static QList sharedMem; - static QMutex sharedMemMutex; #endif QSharedMemory *memory; -- cgit v1.2.1