forked from qt-creator/qt-creator
ProjectExplorer: Add history completer to path choosers
Change-Id: Ifbe1d0d69a131e397d01d26c46ac49aab523aadb Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -501,7 +501,9 @@ CustomToolChainConfigWidget::CustomToolChainConfigWidget(CustomToolChain *tc) :
|
||||
m_cxx11Flags->setToolTip(tr("Comma-separated list of flags that turn on C++11 support."));
|
||||
m_mkspecs->setToolTip(tr("Comma-separated list of mkspecs."));
|
||||
m_compilerCommand->setExpectedKind(PathChooser::ExistingCommand);
|
||||
m_compilerCommand->setHistoryCompleter(QLatin1String("PE.ToolChainCommand.History"));
|
||||
m_makeCommand->setExpectedKind(PathChooser::ExistingCommand);
|
||||
m_makeCommand->setHistoryCompleter(QLatin1String("PE.MakeCommand.History"));
|
||||
m_mainLayout->addRow(tr("&Compiler path:"), m_compilerCommand);
|
||||
m_mainLayout->addRow(tr("&Make path:"), m_makeCommand);
|
||||
m_mainLayout->addRow(tr("&ABI:"), m_abiWidget);
|
||||
|
||||
Reference in New Issue
Block a user