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

Method SSHManagerPlugin

src/plugins/SSHManager/sshmanagerplugin.cpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46SSHManagerPlugin::SSHManagerPlugin(QObject *object, const QVariantList &args)
47 : Konsole::IKonsolePlugin(object, args)
48 , d(std::make_unique<SSHManagerPluginPrivate>())
49{
50 d->showQuickAccess = new QAction();
51
52 setName(QStringLiteral("SshManager"));
53 KCrash::initialize();
54}
55
56SSHManagerPlugin::~SSHManagerPlugin()
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected