| 67 | } |
| 68 | |
| 69 | bool shouldStopOnConsoleOverflow(SettingsObject* settings) |
| 70 | { |
| 71 | return settings->get("ConsoleOverflowStop").toBool(); |
| 72 | } |
| 73 | |
| 74 | BaseInstance::BaseInstance(SettingsObject* globalSettings, std::unique_ptr<SettingsObject> settings, const QString& rootDir) : QObject() |
| 75 | { |
no test coverage detected