forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.10' into 4.11
Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs qtcreator_ide_branding.pri src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp src/plugins/projectexplorer/deploymentdata.cpp src/plugins/projectexplorer/msvctoolchain.cpp Change-Id: I64c304fc71435629a6a0060a9df71e8952699508
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