diff options
author | Svintsov Dmitry <root@uralbash.ru> | 2016-08-22 13:36:22 +0500 |
---|---|---|
committer | Svintsov Dmitry <root@uralbash.ru> | 2016-08-22 15:29:14 +0500 |
commit | ebcfabc3ae4c6326a5924db1137a3728e7e03b82 (patch) | |
tree | d0adec74397dcc54093f54cc4f19c69cc6e7b63c /singleapplication.cpp | |
parent | Fix bug (and compiler error) on Windows - wchar username support (diff) | |
download | singleapplication-ebcfabc3ae4c6326a5924db1137a3728e7e03b82.tar.xz |
Added missing "QMutex" dependencies
Diffstat (limited to 'singleapplication.cpp')
-rw-r--r-- | singleapplication.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/singleapplication.cpp b/singleapplication.cpp index 4fba93c..b7b7fae 100644 --- a/singleapplication.cpp +++ b/singleapplication.cpp @@ -22,7 +22,6 @@ #include <cstdlib> -#include <QtCore/QMutex> #include <QtCore/QProcess> #include <QtCore/QByteArray> #include <QtCore/QSemaphore> |