| 32 | } |
| 33 | |
| 34 | Settings::Settings() |
| 35 | { |
| 36 | if(!fileExists(getSettingsPath())) |
| 37 | qCritical() << "Settings path not defined? This is unpossible!"; |
| 38 | } |
| 39 | |
| 40 | void Settings::setSettingsPath(const QString &path) |
| 41 | { |
nothing calls this directly
no test coverage detected