forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.7' into 2.8
Conflicts: src/plugins/android/androiddebugsupport.cpp src/plugins/qtsupport/qtsupport.qbs Change-Id: I0953ca21a9db05084a79b8a6019189ea982df0b1
This commit is contained in:
@@ -289,6 +289,7 @@ int AttachCoreDialog::exec()
|
||||
{
|
||||
connect(d->selectRemoteCoreButton, SIGNAL(clicked()), SLOT(selectRemoteCoreFile()));
|
||||
connect(d->remoteCoreFileName, SIGNAL(textChanged(QString)), SLOT(changed()));
|
||||
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()));
|
||||
|
||||
Reference in New Issue
Block a user