From 5fcc69f5d659d7889cf69466278f931536229510 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 8 May 2016 19:40:16 +0200 Subject: [PATCH] ...CrewDatabase --- CrewDatabase.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/CrewDatabase.h b/CrewDatabase.h index 9e6c51d..a480548 100755 --- a/CrewDatabase.h +++ b/CrewDatabase.h @@ -19,10 +19,8 @@ #ifndef CREWDATABASE_H #define CREWDATABASE_H -#include #include #include -#include #include class CrewDatabase : public QObject @@ -34,7 +32,6 @@ public: ~CrewDatabase(); private: - QMutex mutex; QSettings *crewDB; public slots: