More errors
I've just updated my list of GCC errors and their solutions with three more entries:
- Potential vtable problems when using Qt.
- Using const_cast to solve qualifier issues.
- Warnings about uninitialized variable usage.
I've just updated my list of GCC errors and their solutions with three more entries:
1 Comments:
One other thing that can cause a vtable problem with QT is failing to include to MOC file.
Post a Comment
<< Home