ganeswidgets/inc/hgmediawalldataprovider.h
changeset 13 8bf920201dea
parent 0 89c329efa980
equal deleted inserted replaced
9:dde80bf4a8c7 13:8bf920201dea
    47     /**
    47     /**
    48      * Gets the image associated to given flags.
    48      * Gets the image associated to given flags.
    49      * @param flags.
    49      * @param flags.
    50      * @return pointer HgImage-object.
    50      * @return pointer HgImage-object.
    51      */
    51      */
    52     virtual const HgImage* indicator(int flags) const=0;
    52     virtual const HgImage* indicator(int flags)=0;
    53 };
    53 };
    54 
    54 
    55 #endif
    55 #endif