MCPcopy Create free account
hub / github.com/KDE/kdevelop / selectionAsString

Method selectionAsString

plugins/clazy/checksetselection.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33CheckSetSelection& CheckSetSelection::operator=(const CheckSetSelection& other) = default;
34
35QString CheckSetSelection::selectionAsString() const
36{
37 return d->selection;
38}
39
40QString CheckSetSelection::id() const
41{

Callers 5

createJobMethod · 0.45
saveCheckSetSelectionMethod · 0.45
onSelectionChangedMethod · 0.45
setSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected