Changeset 272 for trunk/src/gui/configdialog/configdialog.cpp
- Timestamp:
- 02/12/06 18:24:44 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gui/configdialog/configdialog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/configdialog/configdialog.cpp
r270 r272 25 25 26 26 /** Constructor */ 27 ConfigDialog::ConfigDialog( QWidget* parent)27 ConfigDialog::ConfigDialog(TorControl *torControl, QWidget* parent) 28 28 : QDialog(parent) 29 29 { … … 31 31 ui.setupUi(this); 32 32 ui.lineControlPort->setValidator(new QIntValidator(0, 65535, this)); 33 34 /* A previously-created TorControl object used to talk to Tor */ 35 _torControl = torControl; 33 36 34 37 /* Create necessary ConfigDialog QObjects */
