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

Method EnvironmentProfileList

kdevplatform/util/environmentprofilelist.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86EnvironmentProfileList::EnvironmentProfileList(const EnvironmentProfileList& rhs)
87 : d_ptr(new EnvironmentProfileListPrivate(*rhs.d_ptr))
88{
89}
90
91EnvironmentProfileList& EnvironmentProfileList::operator=(const EnvironmentProfileList& rhs)
92{

Callers

nothing calls this directly

Calls 2

decodeFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected