src/hbwidgets/sliders/hbslider_p.h
changeset 21 4633027730f5
parent 6 c3690ec91ef8
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    38 
    38 
    39 struct ItemPrimitive
    39 struct ItemPrimitive
    40 {
    40 {
    41     QGraphicsItem* item;
    41     QGraphicsItem* item;
    42     QGraphicsItem *touchItem;
    42     QGraphicsItem *touchItem;
    43     HbStyle::Primitive type;
    43     HbStylePrivate::Primitive type;
    44 };
    44 };
    45 
    45 
    46 class HbSliderPrivate : public HbWidgetPrivate
    46 class HbSliderPrivate : public HbWidgetPrivate
    47 {
    47 {
    48     Q_DECLARE_PUBLIC(HbSlider)
    48     Q_DECLARE_PUBLIC(HbSlider)