equal
deleted
inserted
replaced
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; |