Hi,
I am using Qt 3.3. My class inherits from QDialog.
This error is thrown by compiler.
Regards,Quote:
error:variable `QPainter painter' has initializer but incomplete type
node_ex.
Hi,
I am using Qt 3.3. My class inherits from QDialog.
This error is thrown by compiler.
Regards,Quote:
error:variable `QPainter painter' has initializer but incomplete type
node_ex.
add the include for QPainter: #include "qpainter.h" (I think)