forked from qt-creator/qt-creator
KitChooser: Add a 'Manage' button for quick setting access
Change-Id: I0f90075ed6549b1e5093d8cc81975bc46acf38fb Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -316,7 +316,7 @@ bool AttachCoreDialog::useLocalCoreFile() const
|
||||
|
||||
void AttachCoreDialog::changed()
|
||||
{
|
||||
bool isValid = d->kitChooser->currentIndex() >= 0 && d->localExecFileName->isValid();
|
||||
bool isValid = d->kitChooser->currentKit() && d->localExecFileName->isValid();
|
||||
bool isKitLocal = isLocalKit();
|
||||
|
||||
d->forceLocalLabel->setVisible(!isKitLocal);
|
||||
|
||||
Reference in New Issue
Block a user