source:
confclerk_git/src/gui/mainwindow.h
@
e5bc908
Last change on this file since e5bc908 was e5bc908, checked in by , 13 years ago | |
---|---|
|
|
File size: 199 bytes |
Line | |
---|---|
1 | #ifndef MAINWINDOW_H |
2 | #define MAINWINDOW_H |
3 | |
4 | #include <QtGui/QMainWindow> |
5 | |
6 | class MainWindow : public QMainWindow |
7 | { |
8 | Q_OBJECT |
9 | |
10 | public: |
11 | MainWindow(QWidget *parent = 0); |
12 | }; |
13 | |
14 | #endif // MAINWINDOW_H |
Note: See TracBrowser
for help on using the repository browser.