| 60 | virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override; |
| 61 | virtual int rowCount(const QModelIndex& parent = QModelIndex()) const override; |
| 62 | QString searchPath() { |
| 63 | return mSearchPath; |
| 64 | } |
| 65 | |
| 66 | enum Roles { |
| 67 | FilenameRole = Qt::ItemDataRole::UserRole + 1, |
no outgoing calls
no test coverage detected