bsnes-plus/bsnes/ui-qt/base/about.moc.hpp
2014-11-26 18:35:12 -05:00

14 lines
229 B
C++

class AboutWindow : public Window {
Q_OBJECT
public:
QVBoxLayout *layout;
struct Logo : public QWidget {
void paintEvent(QPaintEvent*);
} *logo;
QLabel *info;
AboutWindow();
};
extern AboutWindow *aboutWindow;