MCPcopy Create free account
hub / github.com/KDE/falkon / openUserJs

Method openUserJs

src/plugins/GreaseMonkey/settings/gm_settings.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void GM_Settings::openUserJs()
62{
63 mApp->addNewTab(QUrl(QSL("http://openuserjs.org")));
64 close();
65}
66
67void GM_Settings::showItemInfo(QListWidgetItem* item)
68{

Callers

nothing calls this directly

Calls 2

addNewTabMethod · 0.80
QUrlClass · 0.50

Tested by

no test coverage detected