ui/uiengine/medialistwrapper/inc/glxmlwrapper.h
changeset 70 a91aa46552be
parent 55 fb37077c270f
child 71 27f2d7aec52a
equal deleted inserted replaced
67:199e6e1e0b54 70:a91aa46552be
    50     Q_OBJECT
    50     Q_OBJECT
    51 public:
    51 public:
    52 	/**
    52 	/**
    53 	*constructor
    53 	*constructor
    54 	*/
    54 	*/
    55     GlxMLWrapper(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType,QString uri = NULL);
    55     GlxMLWrapper(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType,QString uri = NULL,GlxFetcherFilterType fetcherFilterType = EGlxFetcherFilterNone);
    56 	/**
    56 	/**
    57 	*destructor
    57 	*destructor
    58 	**/
    58 	**/
    59 	~GlxMLWrapper();
    59 	~GlxMLWrapper();
    60     /**
    60     /**