src/hbutils/document/hbdocumentloaderplugin.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 5 627c4a0fd0e7
equal deleted inserted replaced
9:730c025d4b77 15:f378acbc9cfb
    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;