diff options
author | Itay Grudev <itay-grudev@users.noreply.github.com> | 2016-08-22 11:33:43 +0100 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2016-08-22 11:34:41 +0100 |
commit | e14352e84558814f6941090acd98c39f911e2b5b (patch) | |
tree | d0adec74397dcc54093f54cc4f19c69cc6e7b63c /singleapplication.cpp | |
parent | Fix bug (and compiler error) on Windows - wchar username support (diff) | |
parent | Added missing "QMutex" dependencies (diff) | |
download | singleapplication-e14352e84558814f6941090acd98c39f911e2b5b.tar.xz |
Merge pull request #13 from uralbash/master
Added missing "QMutex" dependencies. Thanks to @uralbash.
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> |