emailuis/nmailui/inc/nmuidocumentloader.h
changeset 47 f83bd4ae1fe3
parent 18 578830873419
equal deleted inserted replaced
45:780f926bc26c 47:f83bd4ae1fe3
    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_ */