forked from qt-creator/qt-creator
introduce a appendMessage overload not requiring the 'this' parameter
This commit is contained in:
@@ -367,3 +367,8 @@ void RunControl::bringApplicationToForegroundInternal()
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void RunControl::appendMessage(const QString &msg, OutputFormat format)
|
||||
{
|
||||
emit appendMessage(this, msg, format);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user