aboutsummaryrefslogtreecommitdiff
path: root/singleapplication_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'singleapplication_p.h')
-rw-r--r--singleapplication_p.h3
1 files changed, 0 insertions, 3 deletions
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 <QtCore/QMutex>
#include <QtCore/QSharedMemory>
#include <QtNetwork/QLocalServer>
#include <QtNetwork/QLocalSocket>
@@ -59,8 +58,6 @@ public:
#ifdef Q_OS_UNIX
void crashHandler();
static void terminate( int signum );
- static QList<SingleApplicationPrivate*> sharedMem;
- static QMutex sharedMemMutex;
#endif
QSharedMemory *memory;