add all (unpopulated) dialogs
[novacoin.git] / SettingsDialog.h
1 #ifndef SETTINGSDIALOG_H
2 #define SETTINGSDIALOG_H
3
4 #include <QDialog>
5
6 class SettingsDialog : public QDialog
7 {
8     Q_OBJECT
9 public:
10     explicit SettingsDialog(QWidget *parent = 0);
11
12 signals:
13
14 public slots:
15
16 };
17
18 #endif // SETTINGSDIALOG_H