| 108 | } |
| 109 | |
| 110 | QStringList IpcHandler::getPresets() const |
| 111 | { |
| 112 | auto *model = PresetManager::instance().presetModel(); |
| 113 | model->rescan(); |
| 114 | return model->getList(); |
| 115 | } |
| 116 | |
| 117 | void IpcHandler::loadPreset(const QString &name) const |
| 118 | { |
nothing calls this directly
no test coverage detected