diff options
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager.cpp')
-rw-r--r-- | src/plugins/cpptools/cppmodelmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager.cpp b/src/plugins/cpptools/cppmodelmanager.cpp index a33e595a72..1980bf8258 100644 --- a/src/plugins/cpptools/cppmodelmanager.cpp +++ b/src/plugins/cpptools/cppmodelmanager.cpp @@ -934,7 +934,7 @@ void CppModelManager::GC() if (!d->m_enableGC) return; - // Collect files of CppEditorSupport and AbstractEditorSupport. + // Collect files of opened editors and editor supports (e.g. ui code model) QStringList filesInEditorSupports; foreach (const EditorDocumentHandle *cppEditor, cppEditors()) filesInEditorSupports << cppEditor->filePath(); |