Initial commit.
[emufront] / src / dialogs / platformdialog.h
1 #ifndef PLATFORMDIALOG_H
2 #define PLATFORMDIALOG_H
3
4 #include "dbobjectdialog.h"
5
6 class PlatformDialog : public DbObjectDialog
7 {
8     Q_OBJECT
9
10     public:
11         PlatformDialog(QWidget *parent = 0);
12 };
13
14 #endif