| 35 | public: |
| 36 | void processLine(const QString &line) override; |
| 37 | [[nodiscard]] inline bool inComment() const override { return mCommentType != none; }; |
| 38 | [[nodiscard]] inline bool isPureComment() const override { return mIsPureComment; }; |
| 39 | [[nodiscard]] inline bool isSkipable() const override { return mIsCommentOrWhite; }; |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected