forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user