OSDN Git Service

QmlDesigner: compile fix
authorThomas Hartmann <Thomas.Hartmann@nokia.com>
Wed, 13 Oct 2010 16:02:56 +0000 (18:02 +0200)
committerMarco Bubke <marco.bubke@nokia.com>
Wed, 24 Nov 2010 14:52:22 +0000 (15:52 +0100)
src/plugins/qmldesigner/qtquickplugin/qtquickplugin.cpp

index 0d02d4b..f314eb2 100644 (file)
 #include <QtCore/QtPlugin>
 #include <private/qdeclarativerectangle_p.h>
 #include <private/qdeclarativescalegrid_p_p.h>
-#include <MComponentData>
 
 namespace QmlDesigner {
 
 
 QtQuickPlugin::QtQuickPlugin()
 {
-    qApp->setProperty("NoMStyle", true);
-    if(!MComponentData::instance()) {
-        // This is a workaround because we can't use a default
-        // constructor for MComponentData
-        int argc = 1;
-        char *argv0 = "meegotouch";
-        (void) new MComponentData(argc, &argv0);
-    }
 
     qmlRegisterType<QDeclarativePen>("Qt", 4, 7, "Pen");
     qmlRegisterType<QDeclarativeScaleGrid>("Qt", 4, 7, "ScaleGrid");