]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/mainwin.h
Minor update to debugger; added autoupdating to CPU/MEM windows.
[virtualjaguar] / src / gui / mainwin.h
index 4263cb1cb2ad48e6607c58535cb59b1345128000..e9ff6c05d4327b5546dc2b9cb407c0af488f652f 100644 (file)
@@ -9,7 +9,7 @@
 #define __MAINWIN_H__
 
 //Hrm. uh??? I thought this wasn't the way to do this stuff...???
-#include <QtGui>
+#include <QtWidgets>
 #include "tom.h"
 
 #define RING_BUFFER_SIZE 32
@@ -146,6 +146,7 @@ class MainWin: public QMainWindow
 
                QIcon powerGreen;
                QIcon powerRed;
+               QIcon blur;
                uint32_t testPattern[VIRTUAL_SCREEN_WIDTH * VIRTUAL_SCREEN_HEIGHT_PAL];
                uint32_t testPattern2[VIRTUAL_SCREEN_WIDTH * VIRTUAL_SCREEN_HEIGHT_PAL];
 };