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

Function testUrl

kdevplatform/shell/tests/languagecontrollertestbase.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32namespace {
33QUrl testUrl(const QString& filename)
34{
35 return QUrl::fromLocalFile(filename);
36}
37
38QUrl existentTestUrl(const QString& filename)
39{

Calls

no outgoing calls

Tested by

no test coverage detected