forked from qt-creator/qt-creator
Fix coding style for else statements
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
c67f7f6349
commit
ad9e7ccab6
@@ -79,10 +79,8 @@ void TodoItemsProvider::updateList()
|
||||
if (m_settings.scanningScope == ScanningScopeCurrentFile) {
|
||||
if (m_currentEditor)
|
||||
m_itemsList = m_itemsHash.value(m_currentEditor->document()->filePath());
|
||||
}
|
||||
|
||||
// Show only items of the startup project if any
|
||||
else {
|
||||
} else {
|
||||
if (m_startupProject)
|
||||
setItemsListWithinStartupProject();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user