tools/designer/src/plugins/activeqt/qaxwidgetextrainfo.h
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
    75 
    75 
    76 class QAxWidgetExtraInfoFactory: public QExtensionFactory
    76 class QAxWidgetExtraInfoFactory: public QExtensionFactory
    77 {
    77 {
    78     Q_OBJECT
    78     Q_OBJECT
    79 public:
    79 public:
    80     QAxWidgetExtraInfoFactory(QDesignerFormEditorInterface *core, QExtensionManager *parent = 0);
    80     explicit QAxWidgetExtraInfoFactory(QDesignerFormEditorInterface *core, QExtensionManager *parent = 0);
    81 
    81 
    82 protected:
    82 protected:
    83     virtual QObject *createExtension(QObject *object, const QString &iid, QObject *parent) const;
    83     virtual QObject *createExtension(QObject *object, const QString &iid, QObject *parent) const;
    84 
    84 
    85 private:
    85 private: