当前位置:   article > 正文

invalid use of incomplete type ‘class QWidget‘_e:\qtone\udp2\widget.h:13: error: invalid use of i

e:\qtone\udp2\widget.h:13: error: invalid use of incomplete type 'class widg

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'
  • 1
  • 2
  • 3

找了好久,最后发现是因为没有包含,只要加上如下代码就行:

#include <QWidget>
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/121189?site
推荐阅读
相关标签
  

闽ICP备14008679号