undefined reference to `typeinfo for

Discuss anything related to product development
Post Reply
seasoned_geek
Posts: 253
Joined: Thu Jun 11 2020 12:18 pm

undefined reference to `typeinfo for

Post 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?
seasoned_geek
Posts: 253
Joined: Thu Jun 11 2020 12:18 pm

Re: undefined reference to `typeinfo for

Post 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.
Post Reply