Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/falkon
/ editInTextEditor
Method
editInTextEditor
src/plugins/GreaseMonkey/settings/gm_settingsscriptinfo.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void GM_SettingsScriptInfo::editInTextEditor()
39
{
40
QDesktopServices::openUrl(QUrl::fromLocalFile(m_script->fileName()));
41
}
42
43
void GM_SettingsScriptInfo::loadScript()
44
{
Callers
nothing calls this directly
Calls
1
fileName
Method · 0.45
Tested by
no test coverage detected