src/hbcore/style/hbstyleoptionratingslider.cpp
changeset 6 c3690ec91ef8
parent 3 11d3954df52a
child 23 e6ad4ef83b23
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    44     progressValue(other.progressValue),
    44     progressValue(other.progressValue),
    45     inverted(other.inverted),
    45     inverted(other.inverted),
    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),
       
    51 	pressedState(false)
       
    52 
    50 {
    53 {
    51     type = Type;
    54     type = Type;
    52     version = Version;
    55     version = Version;
    53 }
    56 }
    54 
    57