qt 错误 多继承 造成错误 “qt_metacast”: 不是“****”的成员
Posted eat-too-much
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了qt 错误 多继承 造成错误 “qt_metacast”: 不是“****”的成员相关的知识,希望对你有一定的参考价值。
简介
多继承造成“qt_metacast”: 不是“****”的成员
错误的解决方案。
原格式
class BezierSurface : public Strategy, public QGLWidget
更改后
class BezierSurface : public QGLWidget, public Strategy
参考链接
以上是关于qt 错误 多继承 造成错误 “qt_metacast”: 不是“****”的成员的主要内容,如果未能解决你的问题,请参考以下文章