summaryrefslogtreecommitdiffstats
path: root/smglobals.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-03-03 12:05:21 +0100
committerArno <am@disconnect.de>2013-03-03 12:05:21 +0100
commita0fe997bbe54b98a6338aa28d8b008266e423081 (patch)
treea949fcccf3485359684344a2a64e0b67a3962073 /smglobals.h
parent1ddfe1550f718f268c8fd6f333f83898907c9ba9 (diff)
downloadSheMov-a0fe997bbe54b98a6338aa28d8b008266e423081.tar.gz
SheMov-a0fe997bbe54b98a6338aa28d8b008266e423081.tar.bz2
SheMov-a0fe997bbe54b98a6338aa28d8b008266e423081.zip
Port to Qt5
* Change #include to qt5 * Fix missing QX11Info * use explicit constructor for QVariant(QColor) * use beginResetModel() and endResetModel() instead of reset(). The latter was removed. Hopefully it still works :)
Diffstat (limited to 'smglobals.h')
-rw-r--r--smglobals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/smglobals.h b/smglobals.h
index 5621fc4..31a90e7 100644
--- a/smglobals.h
+++ b/smglobals.h
@@ -8,6 +8,8 @@
#ifndef SMUBERMODELSINGLETON_H
#define SMUBERMODELSINGLETON_H
+#include <QObject>
+
#include <QHash>
#include <QSize>
#include <QPair>