summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/markdowneditor/document.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-05-02 15:46:56 +0200
committerKai Koehne <kai.koehne@qt.io>2017-05-03 11:02:03 +0000
commit2156011b0a6047cd2b49dd03f6f3145cfc0f64b0 (patch)
treeb2bab10da236bc9c73091a5202fa763e869a953b /examples/webenginewidgets/markdowneditor/document.h
parentf10db97d7a1d43a7c9119c697831cb964ed3ab92 (diff)
markdown: Code beautification
Change-Id: I74d30578a9725f10a8d4e86ff8740d5f467d0fbc Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples/webenginewidgets/markdowneditor/document.h')
-rw-r--r--examples/webenginewidgets/markdowneditor/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginewidgets/markdowneditor/document.h b/examples/webenginewidgets/markdowneditor/document.h
index 3c16c251d..bc6552731 100644
--- a/examples/webenginewidgets/markdowneditor/document.h
+++ b/examples/webenginewidgets/markdowneditor/document.h
@@ -57,7 +57,7 @@
class Document : public QObject
{
Q_OBJECT
- Q_PROPERTY(QString text MEMBER m_text NOTIFY textChanged)
+ Q_PROPERTY(QString text MEMBER m_text NOTIFY textChanged FINAL)
public:
explicit Document(QObject *parent = nullptr) : QObject(parent) {}