赞
踩
QT中定义了一个新类,继承了QWidget,但一编译就报错:
error: invalid use of incomplete type 'class QWidget'
note: forward declaration of 'class QWidget'
error: type 'QWidget' is not a direct base of 'Calibration'
找了好久,最后发现是因为没有包含,只要加上如下代码就行:
#include <QWidget>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。