forked from qt-creator/qt-creator
Debugger: Use existing kit chooser signal in LoadCoreDialog
Change-Id: I666c550d908fa7934d60accaffd5f7a336dc76d4 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -292,7 +292,7 @@ int AttachCoreDialog::exec()
|
||||
connect(d->localExecFileName, SIGNAL(changed(QString)), SLOT(changed()));
|
||||
connect(d->localCoreFileName, SIGNAL(changed(QString)), SLOT(changed()));
|
||||
connect(d->forceLocalCheckBox, SIGNAL(stateChanged(int)), SLOT(changed()));
|
||||
connect(d->kitChooser, SIGNAL(activated(int)), SLOT(changed()));
|
||||
connect(d->kitChooser, SIGNAL(currentIndexChanged(int)), SLOT(changed()));
|
||||
connect(d->buttonBox, SIGNAL(rejected()), SLOT(reject()));
|
||||
connect(d->buttonBox, SIGNAL(accepted()), SLOT(accept()));
|
||||
changed();
|
||||
|
||||
Reference in New Issue
Block a user