summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeextensionplugin.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-04-22 06:10:26 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-04-22 23:46:03 (GMT)
commite3d525487cf07358502e419a4d4560996d4fccf4 (patch)
tree28d27bc3a540c02c862fe6a69e303112982ee944 /src/declarative/qml/qdeclarativeextensionplugin.h
parent5fc042155015f39b1c26ac7700e7d1b6346e79e2 (diff)
downloadQt-e3d525487cf07358502e419a4d4560996d4fccf4.zip
Qt-e3d525487cf07358502e419a4d4560996d4fccf4.tar.gz
Qt-e3d525487cf07358502e419a4d4560996d4fccf4.tar.bz2
Add missing Q_DISABLE_COPYs.
Diffstat (limited to 'src/declarative/qml/qdeclarativeextensionplugin.h')
-rw-r--r--src/declarative/qml/qdeclarativeextensionplugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeextensionplugin.h b/src/declarative/qml/qdeclarativeextensionplugin.h
index 8095ec7..8a9378a 100644
--- a/src/declarative/qml/qdeclarativeextensionplugin.h
+++ b/src/declarative/qml/qdeclarativeextensionplugin.h
@@ -64,6 +64,9 @@ public:
virtual void registerTypes(const char *uri) = 0;
virtual void initializeEngine(QDeclarativeEngine *engine, const char *uri);
+
+private:
+ Q_DISABLE_COPY(QDeclarativeExtensionPlugin)
};
QT_END_NAMESPACE