Show
Ignore:
Timestamp:
02/12/06 18:24:44 (3 years ago)
Author:
edmanm
Message:

The config dialog will want to play with the TorControl? object, too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/configdialog/configdialog.cpp

    r270 r272  
    2525 
    2626/** Constructor */ 
    27 ConfigDialog::ConfigDialog(QWidget* parent) 
     27ConfigDialog::ConfigDialog(TorControl *torControl, QWidget* parent) 
    2828: QDialog(parent) 
    2929{ 
     
    3131  ui.setupUi(this); 
    3232  ui.lineControlPort->setValidator(new QIntValidator(0, 65535, this)); 
     33   
     34  /* A previously-created TorControl object used to talk to Tor */ 
     35  _torControl = torControl; 
    3336   
    3437  /* Create necessary ConfigDialog QObjects */