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