forked from qt-creator/qt-creator
Debugger: Use toolbar stop icon in toolbar
Fixes: QTCREATORBUG-21720 Change-Id: I6929278cc9610a1cf0a1655875e837c738853185 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -743,7 +743,7 @@ void DebuggerEnginePrivate::setupViews()
|
||||
connect(&m_continueAction, &QAction::triggered,
|
||||
m_engine, &DebuggerEngine::handleExecContinue);
|
||||
|
||||
m_exitAction.setIcon(Icons::DEBUG_EXIT_SMALL.icon());
|
||||
m_exitAction.setIcon(Icons::DEBUG_EXIT_SMALL_TOOLBAR.icon());
|
||||
connect(&m_exitAction, &QAction::triggered,
|
||||
m_engine, &DebuggerEngine::requestRunControlStop);
|
||||
|
||||
|
Reference in New Issue
Block a user