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

Bazaar: Add history completer to path choosers


Change-Id: I43f1e09ec40adb0135b37e4ffee521a8e41b3048
Reviewed-by: default avatarHugues Delorme <delorme.hugues@fougsys.fr>
parent 3bdbc798
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ OptionsPageWidget::OptionsPageWidget(QWidget *parent)
m_ui.setupUi(this);
m_ui.commandChooser->setExpectedKind(Utils::PathChooser::ExistingCommand);
m_ui.commandChooser->setPromptDialogTitle(tr("Bazaar Command"));
m_ui.commandChooser->setHistoryCompleter(QLatin1String("Bazaar.Command.History"));
}
BazaarSettings OptionsPageWidget::settings() const
......
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