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

Method QuickCommandsModel

src/plugins/QuickCommands/quickcommandsmodel.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <KConfigGroup>
10
11QuickCommandsModel::QuickCommandsModel(QObject *parent)
12 : QStandardItemModel(parent)
13{
14 load();
15}
16
17QuickCommandsModel::~QuickCommandsModel() noexcept
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected