Anyone have a clue what would cause the compiler to complain about static members and functions and virtual functions ?
I've written a bunch of stuff with Qt in C++ without this problem. The only new thing is I've overrided a virtual function and created a few static data members and functions.
When I compile, it complains about the code generated by Qt.
Anyone have a clue about what I may be doing wrong?