From: Michael Brasser Date: Tue, 26 Mar 2013 19:53:38 +0000 (-0500) Subject: Fix incorrect merge in textureprovider example. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=cedd342523e986028b8b4799cd564cd9307ebe12;p=konrad%2Fqtdeclarative.git Fix incorrect merge in textureprovider example. Change-Id: I5a76ab1ef77c43aecd2a03cc7d614a198290f427 Reviewed-by: Christian Stenger Reviewed-by: Gunnar Sletta --- diff --git a/examples/quick/textureprovider/etcprovider.h b/examples/quick/textureprovider/etcprovider.h index b7f2f3d..3256ae9 100644 --- a/examples/quick/textureprovider/etcprovider.h +++ b/examples/quick/textureprovider/etcprovider.h @@ -65,7 +65,6 @@ private: class EtcTexture : public QSGTexture { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.qt-project.Qml.QmlOstPlugin") public: EtcTexture(); ~EtcTexture();