SyntaxFix
Write A Post
Hire A Developer
Questions
I got a similar error and hit this page while searching the solution.
With Qt this error can happen if you forget to add the QT_WRAP_CPP( ... ) step in your build to run meta object compiler (moc). Including the Qt header is not sufficient.
QT_WRAP_CPP( ... )