Skip to content

Commit

Permalink
Merge pull request #55 from thopiekar/patch-1
Browse files Browse the repository at this point in the history
QtQml: Double the amount of registered singleton types
  • Loading branch information
baoboa committed Feb 24, 2021
2 parents 7b02ce9 + 78f4f64 commit 11d5f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpy/QtQml/qpyqml_register_singleton_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static int register_type(QQmlPrivate::RegisterSingletonType *rt);


// The number of types that can be registered.
const int NrOfTypes = 30;
const int NrOfTypes = 60;


// The registration data for the proxy types.
Expand Down

0 comments on commit 11d5f43

Please sign in to comment.