Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi
Created my first Qt project (Gui) droped the button on the main form and added a handler for this button clicking and got this error.
how can this be fixed and why this was raised in the trivial project?
Hi,
It generally means that at some point you added/removed the Q_OBJECT macro. In any case, re-run qmake and rebuild your project and you should be good to go
looks like a magic rerun qmake/rebuild didn't solve the issue but re-creating the project solved
thank you in any case!