Page 1 of 1

undefined reference to `typeinfo for

Posted: Wed Jul 22 2020 10:01 pm
by seasoned_geek
This used to be something stupid with Qt. I'm just having a brain spasm right now and cannot for the life of me remember what it is. Had to do with something being hosed with signal&slot if memory serves.

Ideas?

Re: undefined reference to `typeinfo for

Posted: Wed Jul 22 2020 11:09 pm
by seasoned_geek
In case someone stumbles in here with the same issue:

When I got all done with this round of sweeping changes the destructor for one class was empty. I deleted it from the .cpp file, but not the header. Most odd that the compiler let the linker find this, but there it is.