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

Method AreaPrivate

kdevplatform/sublime/area.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26{
27public:
28 AreaPrivate()
29 : rootIndex(new RootAreaIndex)
30 , currentIndex(rootIndex.data())
31 {
32 }
33
34 AreaPrivate(const AreaPrivate &p)
35 : title(p.title)

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected