Changeset a4ed73e for src/gui/settingsdialog.h
- Timestamp:
- 07/13/11 21:42:48 (12 years ago)
- Branches:
- master, qt5
- Children:
- 268d58f
- Parents:
- 6817002
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/settingsdialog.h
r6817002 ra4ed73e 30 30 SettingsDialog(QWidget *aParent = NULL); 31 31 ~SettingsDialog() {} 32 void loadDialogData(); 33 void saveDialogData(); 32 34 private slots: 33 35 void connectionTypeChanged(bool aState); 34 void saveDialogData();35 36 }; 36 37
Note: See TracChangeset
for help on using the changeset viewer.