chore: fix build with Qt 5.14

This commit is contained in:
Lukáš Tinkl 2023-01-09 23:50:05 +01:00 committed by Michał
parent 210552b927
commit 4977b7aa2c
1 changed files with 3 additions and 3 deletions

View File

@ -12,11 +12,11 @@ class StatusSyntaxHighlighter : public QSyntaxHighlighter, public QQmlParserStat
Q_OBJECT
Q_PROPERTY(QQuickTextDocument* quickTextDocument READ quickTextDocument WRITE setQuickTextDocument NOTIFY
quickTextDocumentChanged REQUIRED)
quickTextDocumentChanged)
Q_PROPERTY(QColor codeBackgroundColor READ codeBackgroundColor WRITE setCodeBackgroundColor NOTIFY
codeBackgroundColorChanged REQUIRED)
codeBackgroundColorChanged)
Q_PROPERTY(QColor codeForegroundColor READ codeForegroundColor WRITE setCodeForegroundColor NOTIFY
codeForegroundColorChanged REQUIRED)
codeForegroundColorChanged)
Q_INTERFACES(QQmlParserStatus)