chore: fix build with Qt 5.14

This commit is contained in:
Lukáš Tinkl 2023-01-09 23:50:05 +01:00
parent d275476608
commit 61b42e03b8

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)