ui/uiengine/medialistwrapper/src/glxmlwrapper.cpp
changeset 65 ccee5c4b0de4
parent 50 a0f57508af73
equal deleted inserted replaced
63:60cc495d7bcf 65:ccee5c4b0de4
    26 
    26 
    27 // ---------------------------------------------------------------------------
    27 // ---------------------------------------------------------------------------
    28 // constructor.
    28 // constructor.
    29 // ---------------------------------------------------------------------------
    29 // ---------------------------------------------------------------------------
    30 //
    30 //
    31 GlxMLWrapper::GlxMLWrapper(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType,QString uri)
    31 GlxMLWrapper::GlxMLWrapper(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType,QString uri,GlxFetcherFilterType fetcherFilterType)
    32 {
    32 {
    33     mMLWrapperPrivate = GlxMLWrapperPrivate::Instance(this, aCollectionId, aHierarchyId, aFilterType,uri);
    33     mMLWrapperPrivate = GlxMLWrapperPrivate::Instance(this, aCollectionId, aHierarchyId, aFilterType,uri,fetcherFilterType);
    34 }
    34 }
    35 
    35 
    36 // ---------------------------------------------------------------------------
    36 // ---------------------------------------------------------------------------
    37 // destructor.
    37 // destructor.
    38 // ---------------------------------------------------------------------------
    38 // ---------------------------------------------------------------------------