MCPcopy Create free account
hub / github.com/KDE/konsole / QuickCommandsPlugin

Method QuickCommandsPlugin

src/plugins/QuickCommands/quickcommandsplugin.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31QuickCommandsPlugin::QuickCommandsPlugin(QObject *object, const QVariantList &args)
32 : Konsole::IKonsolePlugin(object, args)
33 , priv(std::make_unique<Private>())
34{
35 priv->showQuickAccess = new QAction();
36 setName(QStringLiteral("QuickCommands"));
37}
38
39QuickCommandsPlugin::~QuickCommandsPlugin() = default;
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected