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

Method openFile

plugins/filemanager/filemanager.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void FileManager::openFile(const KFileItem& file)
109{
110 KDevelop::IOpenWith::openFiles(QList<QUrl>() << file.url());
111}
112
113
114void FileManager::gotoUrl( const QUrl& url )

Callers

nothing calls this directly

Calls 2

openFilesFunction · 0.50
urlMethod · 0.45

Tested by

no test coverage detected