aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/appoutputpane.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-09-13 15:36:07 +0200
committerEike Ziller <eike.ziller@qt.io>2023-09-18 10:14:42 +0000
commit053c6253b84db1df5380bfecf6f7e632b0abd5ed (patch)
tree8aca49b85a8cde0068742ccef3f4f8111279209c /src/plugins/projectexplorer/appoutputpane.cpp
parent409a4c972a01caa487a10cfd0997ab5d7ac0fbc5 (diff)
OutputPane: Add an id() for the settings
It was using the displayName for the key in the settings (visibility and shortcut), which is annoying when changing the language. Change-Id: Iffa784347c59389599c90f468dcba15834599c39 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/appoutputpane.cpp')
-rw-r--r--src/plugins/projectexplorer/appoutputpane.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/appoutputpane.cpp b/src/plugins/projectexplorer/appoutputpane.cpp
index 5c1143f40c..ad4eb326ed 100644
--- a/src/plugins/projectexplorer/appoutputpane.cpp
+++ b/src/plugins/projectexplorer/appoutputpane.cpp
@@ -152,6 +152,7 @@ AppOutputPane::AppOutputPane() :
Tr::tr("Show the output that generated this issue in Application Output."),
Tr::tr("A")))
{
+ setId("ApplicationOutput");
setDisplayName(Tr::tr("Application Output"));
ExtensionSystem::PluginManager::addObject(m_handler);