emailuis/nmailui/inc/nmuidocumentloader.h
changeset 54 997a02608b3a
parent 18 578830873419
equal deleted inserted replaced
53:bf7eb7911fc5 54:997a02608b3a
    26 
    26 
    27 class NmUiDocumentLoader : public HbDocumentLoader
    27 class NmUiDocumentLoader : public HbDocumentLoader
    28 {
    28 {
    29 public:
    29 public:
    30     NmUiDocumentLoader(const HbMainWindow *window);
    30     NmUiDocumentLoader(const HbMainWindow *window);
    31     virtual ~NmUiDocumentLoader();
    31     ~NmUiDocumentLoader();
    32 protected:
    32 protected:
    33     virtual QObject *createObject(const QString& type, const QString &name);
    33     QObject *createObject(const QString& type, const QString &name);
    34 
    34 
    35 };
    35 };
    36 
    36 
    37 #endif /* NMDOCLOADER_H_ */
    37 #endif /* NMDOCLOADER_H_ */