src/hbcore/style/hbstyleoptionratingslider.cpp
changeset 23 e6ad4ef83b23
parent 6 c3690ec91ef8
equal deleted inserted replaced
21:4633027730f5 23:e6ad4ef83b23
    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 }