-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error in QZXing::registerQMLTypes #16
Comments
Thanks for the fast reaction :)
I guess this comes from the cyclic inclusion of QZXing and QZXingFilter. |
…r. Had to make decoder variable as pointer in order to avoid the compiler requirement to known the exact size of the class...that had to be forward declared. Properly addresses issue #16
Reopening till I get confirmation from @oKcerG |
I am closing this issue since the compilation issue was fixed and I would like to decouple this issue from the #17. |
It seems this is caused by 75eb47e
The text was updated successfully, but these errors were encountered: