forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.5'
Change-Id: Iab6befd5e713289877aa0a47b9ce6bddfb5e2593
This commit is contained in:
@@ -1224,7 +1224,7 @@ Project *RunControl::project() const
|
||||
|
||||
bool RunControl::canReUseOutputPane(const RunControl *other) const
|
||||
{
|
||||
if (other->isRunning())
|
||||
if (!other || other->isRunning())
|
||||
return false;
|
||||
|
||||
return d->runnable.canReUseOutputPane(other->d->runnable);
|
||||
|
||||
Reference in New Issue
Block a user