ui/views/docloaders/inc/glxviewdocloader.h
changeset 48 d0b4e67b3a60
parent 23 74c9f037fd5d
equal deleted inserted replaced
36:6481344a6d67 48:d0b4e67b3a60
    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 */