equal
deleted
inserted
replaced
61 bool setObjectTree( QObjectList roots ); |
61 bool setObjectTree( QObjectList roots ); |
62 |
62 |
63 void reset(); |
63 void reset(); |
64 |
64 |
65 static QString version(); |
65 static QString version(); |
66 |
66 |
67 protected: |
67 protected: |
68 virtual QObject *createObject(const QString& type, const QString &name); |
68 virtual QObject *createObject(const QString& type, const QString &name); |
69 |
69 |
70 private: |
70 private: |
71 HbDocumentLoaderPrivate * const d_ptr; |
71 HbDocumentLoaderPrivate * const d_ptr; |