]> Shamusworld >> Repos - architektonas/blobdiff - src/action.h
Converted codebase from Qt4 to Qt5.
[architektonas] / src / action.h
index fbd744829ae536e9df6a0a50555747749bdd5575..f456d8f3925833116c7a7e6e47b9b7baea47d66b 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __ACTION_H__
 #define __ACTION_H__
 
-#include <QtGui>
+#include <QtWidgets>
 #include "vector.h"
 
 class Object;
@@ -27,6 +27,10 @@ class Action: public QObject
        signals:
                void ObjectReady(Object *);
                void NeedRefresh(void);
+
+       // Class variables
+//     public:
+//             static unsigned int currentLayer;
 };
 
 #endif // __ACTION_H__