| 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 | |
| 41 | void removeComment(QString &line) override; |
nothing calls this directly
no outgoing calls
no test coverage detected