Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze Style for QQC2
Commits
d4ca3392
Commit
d4ca3392
authored
Apr 17, 2021
by
Janet Blackquill
🌈
Browse files
Fix bad major version in qmlProtectModule call
parent
050ada62
Changes
1
Hide whitespace changes
Inline
Side-by-side
style/qqc2breezestyleplugin.cpp
View file @
d4ca3392
...
...
@@ -45,7 +45,7 @@ void QQC2BreezeStylePlugin::registerTypes(const char *uri)
// END
// Prevent additional types from being added.
qmlProtectModule
(
uri
,
2
);
qmlProtectModule
(
uri
,
1
);
}
#include "moc_qqc2breezestyleplugin.cpp"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment