QT 使用emit 报错 undefined reference

Qt中使用emit发送信号编译报错undefined reference to 'xxx',一直以为是定义的问题
后来考虑是在构建类时忘记加入Q_OBJECT。
在类中加入Q_OBJECT,重新编译报错undefined reference to 'vtable for (类名)'
点击构建-选择"执行qmake",qmake以后成功编译。

QT 使用emit 报错 undefined reference最先出现在Python成神之路

版权声明:
作者:congcong
链接:https://www.techfm.club/p/22225.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>