aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljsmodelmanager.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-02-08 10:40:29 +0100
committerhjk <hjk@qt.io>2018-02-08 10:37:12 +0000
commit4248c53c79835addc57df8805bb80eb8492ebe8e (patch)
treefc6bbbc4806a664460b4a3a349f18792cfaa79d5 /src/plugins/qmljstools/qmljsmodelmanager.h
parent5efd576020a5407cd09a86112e5655e621e9d53f (diff)
QmlJSPlugin: reorganize setup
Pimpl, remove use of global object pool, cosmetics, ... Change-Id: I9e1415b07d7ff8e95db0998c87ce7d75ca638a8e Reviewed-by: Marco Benelli <marco.benelli@qt.io>
Diffstat (limited to 'src/plugins/qmljstools/qmljsmodelmanager.h')
-rw-r--r--src/plugins/qmljstools/qmljsmodelmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljstools/qmljsmodelmanager.h b/src/plugins/qmljstools/qmljsmodelmanager.h
index 4a02117c87..678882ec3a 100644
--- a/src/plugins/qmljstools/qmljsmodelmanager.h
+++ b/src/plugins/qmljstools/qmljsmodelmanager.h
@@ -46,7 +46,7 @@ class QMLJSTOOLS_EXPORT ModelManager: public QmlJS::ModelManagerInterface
Q_OBJECT
public:
- ModelManager(QObject *parent = 0);
+ ModelManager();
~ModelManager() override;
void delayedInitialization();