equal
deleted
inserted
replaced
42 QObject* createObject(const QString &type, const QString &name); |
42 QObject* createObject(const QString &type, const QString &name); |
43 |
43 |
44 private: // |
44 private: // |
45 }; |
45 }; |
46 |
46 |
|
47 //Custom Docloader to load the details view |
|
48 class GlxDetailsViewDocLoader : public HbDocumentLoader |
|
49 { |
|
50 protected: |
|
51 //This creates the custom widget for details |
|
52 QObject* createObject(const QString &type, const QString &name); |
|
53 |
|
54 private: // |
|
55 }; |
|
56 |
47 #endif /* GLXVIEWDOCLOADER_H */ |
57 #endif /* GLXVIEWDOCLOADER_H */ |