| 115 | [[nodiscard]] inline bool hasBOM() const { return mHasBOM; } |
| 116 | |
| 117 | [[nodiscard]] inline qint64 lineCount() const { return mLineCount; } |
| 118 | [[nodiscard]] inline qint64 byteCount() const { return mDataSize; } |
| 119 | }; |
| 120 | FileData m_normalData; |
nothing calls this directly
no outgoing calls
no test coverage detected