Home
last modified time | relevance | path

Searched refs:aHasCurrent (Results 1 – 1 of 1) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/editormanager/
H A Deditormanager.cpp1694 const bool aHasCurrent = editorsPerView.values(a).contains(a->currentEditor()); in closeEditors() local
1696 const bool aHasGlobalCurrent = (a == currentView && aHasCurrent); in closeEditors()
1700 if (bHasCurrent && !aHasCurrent) in closeEditors()