| 18 | public: |
| 19 | QString m_fileContents; |
| 20 | [[nodiscard]] QString readFile([[maybe_unused]] const QString& fileName) const final |
| 21 | { |
| 22 | return m_fileContents; |
| 23 | } |
| 24 | }; |
| 25 | |
| 26 | class GitIgnoreListTest : public QObject |
nothing calls this directly
no outgoing calls
no test coverage detected