Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ GroupingMethod
Enum
GroupingMethod
kdevplatform/shell/problemconstants.h:26–31 ·
view source on GitHub ↗
How should problems be grouped
Source
from the content-addressed store, hash-verified
24
25
// How should problems be grouped
26
enum GroupingMethod
27
{
28
NoGrouping,
29
PathGrouping,
30
SeverityGrouping
31
};
32
33
}
34
Callers
1
setGrouping
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected