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

Function stringToUrl

kdevplatform/util/tests/test_path.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template<typename T>
32T stringToUrl(const QString& path)
33{
34 return T(path);
35}
36
37template<>
38QStringList stringToUrl(const QString& path)

Callers

nothing calls this directly

Calls 2

TClass · 0.50
splitMethod · 0.45

Tested by

no test coverage detected