ui/uiengine/medialistwrapper/src/glxmlwrapper.cpp
changeset 70 a91aa46552be
parent 55 fb37077c270f
equal deleted inserted replaced
67:199e6e1e0b54 70:a91aa46552be
    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 // ---------------------------------------------------------------------------