| 399 | } |
| 400 | |
| 401 | virtual int rowCount(const QModelIndex &parent = QModelIndex()) const override |
| 402 | { |
| 403 | return m_servers.size(); |
| 404 | } |
| 405 | int columnCount(const QModelIndex & parent) const override |
| 406 | { |
| 407 | return COLUMN_COUNT; |
no test coverage detected