forked from qt-creator/qt-creator
add emit "keyword".
This commit is contained in:
@@ -622,7 +622,7 @@ void DebuggerManager::notifyInferiorPidChanged(int pid)
|
|||||||
|
|
||||||
void DebuggerManager::showApplicationOutput(const QString &prefix, const QString &str)
|
void DebuggerManager::showApplicationOutput(const QString &prefix, const QString &str)
|
||||||
{
|
{
|
||||||
applicationOutputAvailable(prefix, str);
|
emit applicationOutputAvailable(prefix, str);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DebuggerManager::shutdown()
|
void DebuggerManager::shutdown()
|
||||||
|
|||||||
Reference in New Issue
Block a user