We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba7b6c commit cbe496bCopy full SHA for cbe496b
2 files changed
singleapplication.cpp
@@ -21,6 +21,7 @@
21
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
// THE SOFTWARE.
23
24
+#include <QtCore/QDebug>
25
#include <QtCore/QElapsedTimer>
26
#include <QtCore/QByteArray>
27
#include <QtCore/QSharedMemory>
singleapplication_p.h
@@ -33,6 +33,7 @@
33
#ifndef SINGLEAPPLICATION_P_H
34
#define SINGLEAPPLICATION_P_H
35
36
+#include <QtCore/QMap>
37
38
#include <QtNetwork/QLocalServer>
39
#include <QtNetwork/QLocalSocket>
0 commit comments