| 10009 | UseColour::YesOrNo Config::useColour() const { return m_data.useColour; } |
| 10010 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
| 10011 | int Config::abortAfter() const { return m_data.abortAfter; } |
| 10012 | bool Config::showInvisibles() const { return m_data.showInvisibles; } |
| 10013 | Verbosity Config::verbosity() const { return m_data.verbosity; } |
| 10014 |