logic: Show parameters for functions/methods with same name within same parent (issue #259)

This commit is contained in:
Eberhard Graether
2018-07-10 15:28:09 +02:00
parent 98f4ec62ec
commit 983e0dacd4
10 changed files with 75 additions and 6 deletions
@@ -114,6 +114,7 @@ private:
void groupTrailNodes(GroupType groupType);
void layoutNesting();
void extendEqualFunctionNames(const std::vector<std::shared_ptr<DummyNode>>& nodes) const;
void layoutNestingRecursive(DummyNode* node) const;
void addExpandToggleNode(DummyNode* node) const;
void layoutToGrid(DummyNode* node) const;