comparison gui/src/SettingsDialog.h @ 13537:a43ecce77eec

Introduced a central ResourceManager class.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Tue, 26 Jul 2011 19:04:07 +0200
parents c70511cf64ee
children c0e66d6e3dc8
comparison
equal deleted inserted replaced
13536:869c62c15e95 13537:a43ecce77eec
9 } 9 }
10 10
11 class SettingsDialog:public QDialog 11 class SettingsDialog:public QDialog
12 { 12 {
13 Q_OBJECT public: 13 Q_OBJECT public:
14 explicit SettingsDialog (QWidget * parent, QString settingsFile); 14 explicit SettingsDialog (QWidget * parent);
15 ~SettingsDialog (); 15 ~SettingsDialog ();
16 16
17 private: 17 private:
18 Ui::SettingsDialog * ui; 18 Ui::SettingsDialog * ui;
19 QString m_settingsFile;
20 }; 19 };
21 20
22 #endif // SETTINGSDIALOG_H 21 #endif // SETTINGSDIALOG_H