-
Notifications
You must be signed in to change notification settings - Fork 59
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
No member named 'errorOccurred' #42
Comments
OK, I see what is going on - some functions, names, etc. are different in Qt6. I can try to update them if you want. |
OK, was able to make most of the code changes (still fighting with one type cast 🤣), but if I remove that one for now, then I see,
Any suggestions? Thanks! |
BTW, some of the changes I'm referring to, for example,
From here. |
Sorry, got tanged up in different clones - my bad! Back to Thanks! |
OK, I "think" I know what is going on ... 😆. I get this error when trying to build,
And, if I check the class
So it's base class is
So there is no Thanks! |
First off - apologies if this me. Not saying I don't have this messed up ... but I am trying not to 😆. If it is, please just clarify the error of my ways, and we can close this out. But in case, reporting it.
I am trying to build an application that makes use of googlemaps (subsurface). So first I built qtlocation (v6.3.0),
That all seems to go OK, and installs (to
~/Qt
). So then,But, I end up with (a bunch of) errors like,
Thoughts?
Thanks!!
The text was updated successfully, but these errors were encountered: