ClearCase: Add history completer to path chooser

Change-Id: Ie0a2112bd9892fbcd0bd7955b0c69cc976e141ec
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2013-11-25 14:32:16 +01:00
parent e93b59ca12
commit 3bdbc798ac

View File

@@ -52,6 +52,7 @@ SettingsPageWidget::SettingsPageWidget(QWidget *parent) :
m_ui.setupUi(this);
m_ui.commandPathChooser->setPromptDialogTitle(tr("ClearCase Command"));
m_ui.commandPathChooser->setExpectedKind(PathChooser::ExistingCommand);
m_ui.commandPathChooser->setHistoryCompleter(QLatin1String("ClearCase.Command.History"));
}
ClearCaseSettings SettingsPageWidget::settings() const