summaryrefslogtreecommitdiffstats
path: root/examples/declarative/proxywidgets
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-04-19 06:30:56 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-04-19 06:50:52 (GMT)
commit9943a3ef522f293c26af0c65b0bc0a1df02a417d (patch)
tree74611818369e69141e13cdf385d75ad7cc90d85e /examples/declarative/proxywidgets
parent2a9a22c7464b706c1e1998e10910b8f99528c6c4 (diff)
downloadQt-9943a3ef522f293c26af0c65b0bc0a1df02a417d.zip
Qt-9943a3ef522f293c26af0c65b0bc0a1df02a417d.tar.gz
Qt-9943a3ef522f293c26af0c65b0bc0a1df02a417d.tar.bz2
QML_DECLARE_TYPE is no longer necessary - fix docs and examples
Diffstat (limited to 'examples/declarative/proxywidgets')
-rw-r--r--examples/declarative/proxywidgets/proxywidgets.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/declarative/proxywidgets/proxywidgets.cpp b/examples/declarative/proxywidgets/proxywidgets.cpp
index 47d0cb9..067eb2c 100644
--- a/examples/declarative/proxywidgets/proxywidgets.cpp
+++ b/examples/declarative/proxywidgets/proxywidgets.cpp
@@ -94,6 +94,4 @@ public:
#include "proxywidgets.moc"
-QML_DECLARE_TYPE(MyPushButton)
-
Q_EXPORT_PLUGIN2(proxywidgetsplugin, ProxyWidgetsPlugin);