3efd45d0efa131d61bac6012489afd83ef480674
[qtmads] / qtmadsexample / mainwindow.h
1 /*
2  * Copyright (c) 2009 Eetu Lehmusvuo.
3  */
4
5 #ifndef MAINWINDOW_H
6 #define MAINWINDOW_H
7
8 #include <QtGui/QMainWindow>
9
10 class MainWindow : public QMainWindow
11 {
12     Q_OBJECT
13
14 public:
15     MainWindow(QWidget *parent = 0);
16     ~MainWindow();
17 };
18
19 #endif // MAINWINDOW_H