X-Git-Url: http://git.maemo.org/git/?p=simple-xmbc-rem;a=blobdiff_plain;f=simplexbmcremote-0.8.1%2Fsetupdialog.h;fp=simplexbmcremote-0.8.1%2Fsetupdialog.h;h=aa76217907424f88ecfce16243a5d87d283f295e;hp=0000000000000000000000000000000000000000;hb=a3cf4f79d3cde0b08b3badc0fb2caa5739265b1e;hpb=d328e0caa02487fe504e1aa27147c50eaffcbee3 diff --git a/simplexbmcremote-0.8.1/setupdialog.h b/simplexbmcremote-0.8.1/setupdialog.h new file mode 100644 index 0000000..aa76217 --- /dev/null +++ b/simplexbmcremote-0.8.1/setupdialog.h @@ -0,0 +1,24 @@ +#ifndef SETUPDIALOG_H +#define SETUPDIALOG_H + +#include + +namespace Ui { + class SetupDialog; +} + +class SetupDialog : public QDialog +{ + Q_OBJECT + +public: + explicit SetupDialog(QWidget *parent = 0); + ~SetupDialog(); + void save(); + void load(); + +private: + Ui::SetupDialog *ui; +}; + +#endif // SETUPDIALOG_H