| 15 | } |
| 16 | |
| 17 | bool PresetManager::exists(const QString &name) const |
| 18 | { |
| 19 | return QFile::exists(AppConfig::instance().getPath("presets/") + name + ".conf"); |
| 20 | } |
| 21 | |
| 22 | bool PresetManager::loadFromPath(const QString &filename) |
| 23 | { |
no test coverage detected