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

Function urlDir

plugins/perforce/perforceplugin.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86QDir urlDir(const QUrl& url)
87{
88 QFileInfo f(url.toLocalFile());
89 if(f.isDir())
90 return QDir(url.toLocalFile());
91 else
92 return f.absoluteDir();
93}
94
95}
96

Callers 1

logMethod · 0.70

Calls 3

toLocalFileMethod · 0.80
absoluteDirMethod · 0.80
QDirClass · 0.50

Tested by

no test coverage detected