| 27 | { |
| 28 | public: |
| 29 | EmptyModel(QObject *parent = nullptr) |
| 30 | : QAbstractItemModel(parent) |
| 31 | { |
| 32 | // qDebug() << "EmptyModel::EmptyModel()"; |
| 33 | } |
| 34 | |
| 35 | ~EmptyModel() override |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected