forked from qt-creator/qt-creator
ClearCase: Add history completer to path chooser
Change-Id: Ie0a2112bd9892fbcd0bd7955b0c69cc976e141ec Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -52,6 +52,7 @@ SettingsPageWidget::SettingsPageWidget(QWidget *parent) :
|
|||||||
m_ui.setupUi(this);
|
m_ui.setupUi(this);
|
||||||
m_ui.commandPathChooser->setPromptDialogTitle(tr("ClearCase Command"));
|
m_ui.commandPathChooser->setPromptDialogTitle(tr("ClearCase Command"));
|
||||||
m_ui.commandPathChooser->setExpectedKind(PathChooser::ExistingCommand);
|
m_ui.commandPathChooser->setExpectedKind(PathChooser::ExistingCommand);
|
||||||
|
m_ui.commandPathChooser->setHistoryCompleter(QLatin1String("ClearCase.Command.History"));
|
||||||
}
|
}
|
||||||
|
|
||||||
ClearCaseSettings SettingsPageWidget::settings() const
|
ClearCaseSettings SettingsPageWidget::settings() const
|
||||||
|
|||||||
Reference in New Issue
Block a user