Skip to content
Snippets Groups Projects
Commit 7ffbdc34 authored by Kai Koehne's avatar Kai Koehne
Browse files

QuickDesigner: Fix last (?) occurence of 4.6 as version of Qt namespace

Reviewed-by: Thomas Hartmann
parent a7260439
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ public:
virtual ~Model();
static Model *create(QString type, int major = 4, int minor = 6);
static Model *create(QString type, int major = 4, int minor = 7);
Model *masterModel() const;
void setMasterModel(Model *model);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment