Tag Archives: C++

Fixing “undefined reference to `vtable for …”

These annoying errors have been haunting me the last couple of days, so I figured I should share the most common reason for their occurrence. That is in my projects at least. This error is caused because the linker in … Continue reading

Posted in C++, Programming, Qt | Tagged , , , | Leave a comment