diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-17 11:47:01 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 17:20:40 +0200 |
| commit | d13f6bb870cdda71257f665367be8ef9fca86255 (patch) | |
| tree | 52e214718478f1e52856572f5aa1a2ac58537f9f /src/loghighlighter.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/loghighlighter.h')
| -rw-r--r-- | src/loghighlighter.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/loghighlighter.h b/src/loghighlighter.h index 95ea6f2f..893f036d 100644 --- a/src/loghighlighter.h +++ b/src/loghighlighter.h @@ -28,18 +28,16 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. **/ class LogHighlighter : public QSyntaxHighlighter { - Q_OBJECT + Q_OBJECT public: - explicit LogHighlighter(QObject *parent = 0); + explicit LogHighlighter(QObject* parent = 0); signals: public slots: protected: - - virtual void highlightBlock(const QString &text); - + virtual void highlightBlock(const QString& text); }; -#endif // LOGHIGHLIGHTER_H +#endif // LOGHIGHLIGHTER_H |
