chore: fix build with Qt 5.14
This commit is contained in:
parent
210552b927
commit
4977b7aa2c
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue