aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@blackberry.com>2013-06-26 17:18:06 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-27 02:26:12 +0200
commita73aae28ee43b7bfdf8e0d2cade8831ab814f554 (patch)
tree8dd3b6653581e7f0a10324ea202b74bcaf30eb4f
parent98a0fa014981c07102635d431bfe9bcf34fa1de9 (diff)
Undo presumably accidental line deletion
Change-Id: I7ddb3ef9b45cfb95c48c2060dc62acd4ed9d64f9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/qml/qml/qqmlextensionplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlextensionplugin.h b/src/qml/qml/qqmlextensionplugin.h
index 170c7915a5..245651979b 100644
--- a/src/qml/qml/qqmlextensionplugin.h
+++ b/src/qml/qml/qqmlextensionplugin.h
@@ -68,6 +68,7 @@ public:
virtual void registerTypes(const char *uri) = 0;
virtual void initializeEngine(QQmlEngine *engine, const char *uri);
+private:
Q_DISABLE_COPY(QQmlExtensionPlugin)
};