renaming a class...
Solved
General and Desktop
-
Hi,
Usually when you do that you should trigger a full rebuild and you should be good to go.
-
Renaming a class normally do not cause runtime errors as the compiler should catch use of the old name in any connect or
slot/signal related activity before even running.
However, i did have a few cases where an older moc_ file was being reused/not recreated
causing odd things - so to be 100% sure its not that
just delete whole build folder.