src/hbutils/document/hbdocumentloaderplugin.h
changeset 5 627c4a0fd0e7
parent 0 16d8024aca5e
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    37     virtual QObject *createObject(const QString& type, const QString &name) = 0;
    37     virtual QObject *createObject(const QString& type, const QString &name) = 0;
    38     virtual QList<const QMetaObject *> supportedObjects() = 0;
    38     virtual QList<const QMetaObject *> supportedObjects() = 0;
    39 };
    39 };
    40 Q_DECLARE_INTERFACE(HbDocumentLoaderPluginInterface, "com.nokia.hb.HbDocumentLoaderPlugin/1.0")
    40 Q_DECLARE_INTERFACE(HbDocumentLoaderPluginInterface, "com.nokia.hb.HbDocumentLoaderPlugin/1.0")
    41 
    41 
    42 class HB_TOOLS_EXPORT HbDocumentLoaderPlugin : public QObject, public HbDocumentLoaderPluginInterface
    42 class HB_UTILS_EXPORT HbDocumentLoaderPlugin : public QObject, public HbDocumentLoaderPluginInterface
    43 {
    43 {
    44     Q_OBJECT 
    44     Q_OBJECT 
    45     Q_INTERFACES(HbDocumentLoaderPluginInterface)
    45     Q_INTERFACES(HbDocumentLoaderPluginInterface)
    46 public:
    46 public:
    47     virtual QObject *createObject(const QString& type, const QString &name) = 0;
    47     virtual QObject *createObject(const QString& type, const QString &name) = 0;