diff options
author | Alessandro Portale <alessandro.portale@qt.io> | 2018-11-24 02:45:30 +0100 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@qt.io> | 2018-12-10 18:54:57 +0000 |
commit | 5242f581737b6821d469dd629f69bd1882f7e36f (patch) | |
tree | 622d08a9603936ae0b247a9a39e200e6a5ba99dd /src/plugins/qmljseditor/qmljseditordocument_p.h | |
parent | 00ec6dfb5d7e156cb87d0836f841ff9aef963618 (diff) | |
download | qt-creator-5242f581737b6821d469dd629f69bd1882f7e36f.tar.gz |
QmlJSEditor: Modernize
modernize-*
Change-Id: I4dceb82c3904069a0d9848b2af61122d9282cb36
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/qmljseditor/qmljseditordocument_p.h')
-rw-r--r-- | src/plugins/qmljseditor/qmljseditordocument_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljseditordocument_p.h b/src/plugins/qmljseditor/qmljseditordocument_p.h index 11d639cb59..22912263ce 100644 --- a/src/plugins/qmljseditor/qmljseditordocument_p.h +++ b/src/plugins/qmljseditor/qmljseditordocument_p.h @@ -50,7 +50,7 @@ class QmlJSEditorDocumentPrivate : public QObject public: QmlJSEditorDocumentPrivate(QmlJSEditorDocument *parent); - ~QmlJSEditorDocumentPrivate(); + ~QmlJSEditorDocumentPrivate() override; void invalidateFormatterCache(); void reparseDocument(); |