QT cpp 同时多个继承 QObject 要放到最前面
像这样:
class ImageServer : public QObject,public QQuickImageProvider
{}
否则 connect 相关会有错误
怎么说呢,这个问题是防不胜防的