Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void FileManager::openFile(const KFileItem& file)
109
{
110
KDevelop::IOpenWith::openFiles(QList<QUrl>() << file.url());
111
}
112
113
114
void FileManager::gotoUrl( const QUrl& url )
Callers
nothing calls this directly
Calls
2
openFiles
Function · 0.50
url
Method · 0.45
Tested by
no test coverage detected