Qmldesigner.Model: Change the default qt quick version to 1.1

Change-Id: I5ea1eb67a0f3c919a05e142b669b7aa2fcec025d
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
Marco Bubke
2012-09-04 10:43:53 +02:00
parent fa303d5ac1
commit 6d322bf075

View File

@@ -81,7 +81,7 @@ public:
virtual ~Model();
static Model *create(QString type, int major = 4, int minor = 7, Model *metaInfoPropxyModel = 0);
static Model *create(QString type, int major = 1, int minor = 1, Model *metaInfoPropxyModel = 0);
Model *masterModel() const;
void setMasterModel(Model *model);