MCPcopy 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
38void GM_SettingsScriptInfo::editInTextEditor()
39{
40 QDesktopServices::openUrl(QUrl::fromLocalFile(m_script->fileName()));
41}
42
43void GM_SettingsScriptInfo::loadScript()
44{

Callers

nothing calls this directly

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected