ui/uiengine/medialistwrapper/inc/glxmlwrapper_p.h
changeset 71 27f2d7aec52a
parent 69 45459746d5e8
equal deleted inserted replaced
69:45459746d5e8 71:27f2d7aec52a
    47  * Medialist wrapper private class to acess the media property and thumbnail data
    47  * Medialist wrapper private class to acess the media property and thumbnail data
    48  * To use first call GlxMLWrapperPrivate::Instance then set the mode by calling GlxMLWrapperPrivate::SetContextMode()
    48  * To use first call GlxMLWrapperPrivate::Instance then set the mode by calling GlxMLWrapperPrivate::SetContextMode()
    49  */
    49  */
    50 class GlxMLWrapperPrivate: public QObject, public MGlxTitleFetcherObserver
    50 class GlxMLWrapperPrivate: public QObject, public MGlxTitleFetcherObserver
    51 {
    51 {
    52 
    52 friend class TestGlxMLWrapper;
    53 public:
    53 public:
    54     /**
    54     /**
    55      * Two-phased constructor.
    55      * Two-phased constructor.
    56      *
    56      *
    57      * @return Pointer to newly created object. NULL if creation fails. Avoiding Leave as would be called by a QT wrapper Class
    57      * @return Pointer to newly created object. NULL if creation fails. Avoiding Leave as would be called by a QT wrapper Class