| 35 | const int serverDefaultIndex = 7; |
| 36 | |
| 37 | ServerConfig::ServerConfig(int columns, int rows) : m_Screens(columns), m_Columns(columns), m_Rows(rows) |
| 38 | { |
| 39 | recall(); |
| 40 | } |
| 41 | |
| 42 | bool ServerConfig::save(const QString &fileName) const |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected