src/hbcore/style/hbstyleoptionratingslider.cpp
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    46     noOfIntervals(other.noOfIntervals),
    46     noOfIntervals(other.noOfIntervals),
    47     noOfStars(other.noOfStars),
    47     noOfStars(other.noOfStars),
    48     unRatedGraphicsName(other.unRatedGraphicsName),
    48     unRatedGraphicsName(other.unRatedGraphicsName),
    49     ratedGraphicsName(other.ratedGraphicsName),
    49     ratedGraphicsName(other.ratedGraphicsName),
    50     disableState(false),
    50     disableState(false),
    51 	pressedState(false)
    51     pressedState(false)
    52 
    52 
    53 {
    53 {
    54     type = Type;
    54     type = Type;
    55     version = Version;
    55     version = Version;
    56 }
    56 }