forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.15'
Change-Id: If0dbebdf37b0ffea2528bf6ce6d34d88554f8dfb
This commit is contained in:
@@ -919,6 +919,11 @@ QString DebuggerEngine::stateName(int s)
|
||||
# undef SN
|
||||
}
|
||||
|
||||
void DebuggerEngine::notifyExitCode(int code)
|
||||
{
|
||||
d->m_runParameters.exitCode = code;
|
||||
}
|
||||
|
||||
void DebuggerEngine::showStatusMessage(const QString &msg, int timeout) const
|
||||
{
|
||||
showMessage(msg, StatusBar, timeout);
|
||||
|
||||
Reference in New Issue
Block a user