forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.4'
Change-Id: Id525d68a899f2db14c2d52c200a3a2a8a4e81590
This commit is contained in:
@@ -2490,6 +2490,8 @@ void DebuggerPluginPrivate::cleanupViews()
|
||||
bool keepIt = true;
|
||||
if (document->isModified())
|
||||
keepIt = true;
|
||||
else if (document->filePath().toString().contains("qeventdispatcher"))
|
||||
keepIt = false;
|
||||
else if (isMemory)
|
||||
keepIt = !closeMemory;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user