forked from qt-creator/qt-creator
ProjectExplorer: Dis-ambiguate issues pane's "show output" action
Amends 08a86169db.
Fixes: QTCREATORBUG-27031
Change-Id: Ie6d214673f6c1c52aab1a035c84a7381f9965588
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -172,7 +172,10 @@ AppOutputPane::AppOutputPane() :
|
||||
m_attachButton(new QToolButton),
|
||||
m_settingsButton(new QToolButton),
|
||||
m_formatterWidget(new QWidget),
|
||||
m_handler(new ShowOutputTaskHandler(this))
|
||||
m_handler(new ShowOutputTaskHandler(this,
|
||||
tr("Show &App Output"),
|
||||
tr("Show the output that generated this issue in the application output window"),
|
||||
tr("A")))
|
||||
{
|
||||
ExtensionSystem::PluginManager::addObject(m_handler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user