ToastFreeware
/
toast
/
confclerk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
94aa77a4894fa4a0d48de90d1d2f0b668808815d
[toast/confclerk.git]
/
src
/
gui
/
mainwindow.h
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