Changeset 3cdaf7d for src/gui/settingsdialog.cpp
- Timestamp:
- 05/04/10 07:58:05 (13 years ago)
- Branches:
- master, qt5
- Children:
- cec47c6
- Parents:
- cb7b999
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/settingsdialog.cpp
rcb7b999 r3cdaf7d 32 32 directConnection->setChecked(AppSettings::isDirectConnection()); 33 33 34 connect( okButton, SIGNAL(clicked()), SLOT(saveDialogData()));34 connect(buttonBox, SIGNAL(accepted()), SLOT(saveDialogData())); 35 35 connect(directConnection, SIGNAL(clicked(bool)), SLOT(connectionTypeChanged(bool))); 36 36
Note: See TracChangeset
for help on using the changeset viewer.