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

Function createChild

kdevplatform/tests/testproject.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94namespace TestProjectUtils {
95template<class T>
96T* createChild(ProjectFolderItem* parent, const QString& childName)
97{
98 return new T(childName, parent);
99}
100
101/**
102 * Iterate over all files and directories inside the given directory

Callers 1

handleUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected