aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-03-19 09:43:41 +0100
committerEike Ziller <eike.ziller@qt.io>2021-03-23 08:29:30 +0000
commit072607962d89e4562c62db274b5e2e6572cb654f (patch)
tree24af7c8e649614e638b4a8d64646eb53abb75d17 /src/plugins/bazaar
parent98ac237b7f67bc703826435d08332102a9900d67 (diff)
Locator: Add longer description to filters
This is shown as tool tips in the location options, and if any platform supports this also as tool tips on the menu actions of the locator input field. Change-Id: I8b439e45e6097a16a5f932d25d4e5d3e9bddb6ad Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r--src/plugins/bazaar/bazaarplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bazaar/bazaarplugin.cpp b/src/plugins/bazaar/bazaarplugin.cpp
index cc7e3d4cfb7..307c0929aa7 100644
--- a/src/plugins/bazaar/bazaarplugin.cpp
+++ b/src/plugins/bazaar/bazaarplugin.cpp
@@ -319,6 +319,7 @@ BazaarPluginPrivate::BazaarPluginPrivate()
const QString prefix = QLatin1String("bzr");
m_commandLocator = new CommandLocator("Bazaar", prefix, prefix, this);
+ m_commandLocator->setDescription(tr("Triggers a Bazaar version control operation."));
// Create menu item for Bazaar
m_bazaarContainer = ActionManager::createMenu("Bazaar.BazaarMenu");