I wrote: "During startup [...]". That means no code is executed (better, no code visible through debug).
Originally Posted by desantossierra
No code in the cpp file, but the empty implementation of the constructor:
Qt Code:
To copy to clipboard, switch view to plain text mode
I've just found I need to remove the Q_OBJECT macro. Without it runs.
Does anyone know why?
Maybe. But why removing the Q_OBJECT macro it works? It seems code related.
Bookmarks