forked from qt-creator/qt-creator
Merge "Merge remote-tracking branch 'origin/4.10' into 4.11" into 4.11
This commit is contained in:
@@ -567,7 +567,8 @@ void LogWindow::doOutput()
|
||||
if (m_queuedOutput.isEmpty())
|
||||
return;
|
||||
|
||||
theGlobalLog->doOutput(m_queuedOutput);
|
||||
if (theGlobalLog)
|
||||
theGlobalLog->doOutput(m_queuedOutput);
|
||||
|
||||
QTextCursor cursor = m_combinedText->textCursor();
|
||||
const bool atEnd = cursor.atEnd();
|
||||
@@ -706,6 +707,7 @@ GlobalLogWindow::GlobalLogWindow()
|
||||
|
||||
GlobalLogWindow::~GlobalLogWindow()
|
||||
{
|
||||
theGlobalLog = nullptr;
|
||||
}
|
||||
|
||||
void GlobalLogWindow::doOutput(const QString &output)
|
||||
|
||||
Reference in New Issue
Block a user