Skip to content
Snippets Groups Projects
Commit 56b67eb7 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Svn: Add history completer to path choosers


Change-Id: I4b864d4f6037e0b331940677e8ef9c844ebcd84f
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent fb0718e4
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ SettingsPageWidget::SettingsPageWidget(QWidget *parent) :
{
m_ui.setupUi(this);
m_ui.pathChooser->setExpectedKind(PathChooser::ExistingCommand);
m_ui.pathChooser->setHistoryCompleter(QLatin1String("Subversion.Command.History"));
m_ui.pathChooser->setPromptDialogTitle(tr("Subversion Command"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment