| 6757 | int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; } |
| 6758 | UseColour::YesOrNo Config::useColour() const { return m_data.useColour; } |
| 6759 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
| 6760 | int Config::abortAfter() const { return m_data.abortAfter; } |
| 6761 | bool Config::showInvisibles() const { return m_data.showInvisibles; } |
| 6762 | Verbosity Config::verbosity() const { return m_data.verbosity; } |