X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgui%2FPreferencesDialog.h;h=e6f685a7402905dba6f8eb3909e0fabe7266f230;hb=d27c2db830de9a65d6a419479ee598cbf3697746;hp=c368ea0943dca24ef789f4b33634f3e3bd9b1862;hpb=6c325f6d191739f115b2df64b7b83949e355e8d6;p=qtrapids diff --git a/src/gui/PreferencesDialog.h b/src/gui/PreferencesDialog.h index c368ea0..e6f685a 100644 --- a/src/gui/PreferencesDialog.h +++ b/src/gui/PreferencesDialog.h @@ -33,27 +33,27 @@ class QDialogButtonBox; */ class PreferencesDialog : public QDialog { - - Q_OBJECT - - public: + + Q_OBJECT + +public: PreferencesDialog(QWidget* parent = 0, Qt::WindowFlags f = 0); ~PreferencesDialog(); - private slots: - void on_browseDirButtonClicked(); - void on_buttonClicked(QAbstractButton* button); - void on_downloadDirectorySelected(const QString& directory); - - private: - QLineEdit *dirLineEdit_; - QDialogButtonBox *dialogButtons_; - QSettings settings_; - - // Private functions: - void WriteSettings(); - void ReadSettings(); +private slots: + void on_browseDirButtonClicked(); + void on_buttonClicked(QAbstractButton* button); + void on_downloadDirectorySelected(const QString& directory); + +private: + QLineEdit *dirLineEdit_; + QDialogButtonBox *dialogButtons_; + QSettings settings_; + + // Private functions: + void WriteSettings(); + void ReadSettings(); }; #endif