| 9 | #include <KConfigGroup> |
| 10 | |
| 11 | QuickCommandsModel::QuickCommandsModel(QObject *parent) |
| 12 | : QStandardItemModel(parent) |
| 13 | { |
| 14 | load(); |
| 15 | } |
| 16 | |
| 17 | QuickCommandsModel::~QuickCommandsModel() noexcept |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected