forked from qt-creator/qt-creator
Qnx: Add history completer to path choosers
Change-Id: I2828045d1ccd2621786b563f22cce6e5d14f37ee Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -52,6 +52,7 @@ QnxBaseQtConfigWidget::QnxBaseQtConfigWidget(QnxAbstractQtVersion *version)
|
||||
m_ui->sdkLabel->setText(version->sdkDescription());
|
||||
|
||||
m_ui->sdkPath->setExpectedKind(Utils::PathChooser::ExistingDirectory);
|
||||
m_ui->sdkPath->setHistoryCompleter(QLatin1String("Qnx.Sdk.History"));
|
||||
m_ui->sdkPath->setPath(version->sdkPath());
|
||||
|
||||
connect(m_ui->sdkPath, SIGNAL(changed(QString)), this, SLOT(updateSdkPath(QString)));
|
||||
|
||||
Reference in New Issue
Block a user