We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error when trying to compile QDraw.h:
../../include/QDraw.h:34:29: error: ISO C++ forbids declaration of 'Q_SCENE_GRAPH_NODE' with no type [-fpermissive]
The text was updated successfully, but these errors were encountered:
As per recommendation in thread for #3 I have removed QDraw.cpp and QDraw.h from my project. Be nice if this compiled out of the box though.
QDraw.cpp
QDraw.h
Sorry, something went wrong.
Hmm, which compiler are you using? I've ported to linux in this branch and run through GCC without seeing this error:
https://github.com/sbc100/OpenQuick/commits/linux_port
Sorry, I take that back.. I also remove this file from the build :)
No branches or pull requests
Getting the following error when trying to compile QDraw.h:
The text was updated successfully, but these errors were encountered: