Disable error report in designer mode.
-
Hey,
When I write a new signal in c++ qt quick doesn't recognize it. However software works great, but in designer mode it returns something like this "you have error at that line....". When I restart qt creator it recognizes the new signal.
for example:
onToogleButton: console.log("button pressed")Maybe I could just disable that error reporting in designer mode. How can I disable the error reporting?
I know the code is correct, the software works and compiles without errors, but I want to do some stuff in designer mode.