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

Function childUrl

kdevplatform/util/tests/test_path.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43template<typename T>
44T childUrl(const T& parent, const QString& child)
45{
46 return T(parent, child);
47}
48
49template<>
50QStringList childUrl(const QStringList& parent, const QString& child)

Callers

nothing calls this directly

Calls 3

TClass · 0.50
setPathMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected