forked from qt-creator/qt-creator
ProjectExplorer: Simplify RunControl::appendMessage
Use a signal directly now, the users know the caller. Change-Id: Ib2ff4dbe3047eddf2a060eef060b487a4c17e78c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -1548,11 +1548,6 @@ void RunControlPrivate::debugMessage(const QString &msg)
|
||||
qCDebug(statesLog()) << msg;
|
||||
}
|
||||
|
||||
void RunControl::appendMessage(const QString &msg, Utils::OutputFormat format)
|
||||
{
|
||||
emit appendMessageRequested(this, msg, format);
|
||||
}
|
||||
|
||||
// SimpleTargetRunner
|
||||
|
||||
SimpleTargetRunner::SimpleTargetRunner(RunControl *runControl)
|
||||
|
||||
Reference in New Issue
Block a user