]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - src/app.h
Converted from Qt4 to Qt5.
[warehouse-man-deluxe] / src / app.h
index d0105a0c578f5a068b864ba43d7f3303c9dec01f..dc551486c4fb794357d22ad028690e9de263e999 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -1,7 +1,7 @@
 #ifndef __APP_H__
 #define __APP_H__
 
-#include <QtGui>
+#include <QtWidgets>
 
 // Forward declarations
 class MainWin;
@@ -10,6 +10,7 @@ class App: public QApplication
 {
        public:
                App(int & argc, char * argv[]);
+               ~App();
 
        public:
                MainWin * mainWindow;