forked from qt-creator/qt-creator
ProjectExplorer: Use FilePathChooser for alternative executable
... also for the manual fallback (ExecutableAspect::makeOverridable) Change-Id: If660c9e26005ce88b3712472d44cf46c95379acb Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -613,7 +613,6 @@ void ExecutableAspect::makeOverridable(const QString &overridingKey, const QStri
|
||||
{
|
||||
QTC_ASSERT(!m_alternativeExecutable, return);
|
||||
m_alternativeExecutable = new FilePathAspect;
|
||||
m_alternativeExecutable->setDisplayStyle(StringAspect::LineEditDisplay);
|
||||
m_alternativeExecutable->setLabelText(Tr::tr("Alternate executable on device:"));
|
||||
m_alternativeExecutable->setSettingsKey(overridingKey);
|
||||
m_alternativeExecutable->makeCheckable(CheckBoxPlacement::Right,
|
||||
|
Reference in New Issue
Block a user