src: updated SymbolKind enum

* removed SymbolKinds for Parameter and LocalSymbol, because these are not stored as symbols inside the database
* added Module symbol kind for Python
This commit is contained in:
mlangkabel
2018-12-10 16:26:38 +01:00
parent 6d5937d18f
commit 21d947ed6c
17 changed files with 90 additions and 58 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ void QtGraphView::initView()
m_groupNamespaceButton->setObjectName("group_left_button");
m_groupFileButton->setToolTip("group by file");
m_groupNamespaceButton->setToolTip("group by package/namespace");
m_groupNamespaceButton->setToolTip("group by package/namespace/module");
m_groupFileButton->setCheckable(true);
m_groupNamespaceButton->setCheckable(true);