]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/about.h
Fixes for the 68K IRQ system. There's probably a little more to do though.
[virtualjaguar] / src / gui / about.h
index c4486516f0ff9a63a2cf5aaa778950978d195bb2..7397e3b8a9679f185eac1b6ad909d248627f0dac 100644 (file)
@@ -18,6 +18,7 @@ class AboutWindow: public QWidget
        private:
                QVBoxLayout * layout;
                QLabel * text;
+               QLabel * image;
 };
 
 #endif // __ABOUT_H__