forked from qt-creator/qt-creator
Debugger: Inline rarely used convienience function
Change-Id: Iad5db32af9adb90f5d191e4fdcd2be751bd2b412 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -1740,7 +1740,7 @@ void DebuggerEngine::showMessage(const QString &msg, int channel, int timeout) c
|
||||
case StatusBar:
|
||||
d->m_logWindow->showInput(LogMisc, msg);
|
||||
d->m_logWindow->showOutput(LogMisc, msg);
|
||||
Debugger::showStatusMessage(msg, timeout);
|
||||
DebuggerMainWindow::showStatusMessage(msg, timeout);
|
||||
break;
|
||||
case LogMiscInput:
|
||||
d->m_logWindow->showInput(LogMisc, msg);
|
||||
|
||||
Reference in New Issue
Block a user