src/hbcore/decorators/hbstatusbar_p.h
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 6 c3690ec91ef8
equal deleted inserted replaced
2:06ff229162e9 3:11d3954df52a
    60     void deactivated(const QList<IndicatorClientInfo> &clientInfo);
    60     void deactivated(const QList<IndicatorClientInfo> &clientInfo);
    61 
    61 
    62 protected:
    62 protected:
    63     void initStyleOption(HbStyleOptionStatusBar *option) const;
    63     void initStyleOption(HbStyleOptionStatusBar *option) const;
    64     void timerEvent(QTimerEvent *event);
    64     void timerEvent(QTimerEvent *event);
       
    65     void gestureEvent(QGestureEvent* e);
    65 
    66 
    66 private:
    67 private:
    67     Q_DECLARE_PRIVATE_D(d_ptr, HbStatusBar)
    68     Q_DECLARE_PRIVATE_D(d_ptr, HbStatusBar)
    68     Q_DISABLE_COPY(HbStatusBar)
    69     Q_DISABLE_COPY(HbStatusBar)
    69 };
    70 };