mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-11 12:06:37 +00:00
chore: fix build with Qt 5.14
This commit is contained in:
parent
d275476608
commit
61b42e03b8
@ -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…
x
Reference in New Issue
Block a user