equal
deleted
inserted
replaced
19 #include <QTime> |
19 #include <QTime> |
20 |
20 |
21 #include <HbStyleLoader> |
21 #include <HbStyleLoader> |
22 #include <HbIconItem> |
22 #include <HbIconItem> |
23 #include <HbTouchArea> |
23 #include <HbTouchArea> |
|
24 #include <HbInstantFeedback> |
24 |
25 |
|
26 #include "hsconfiguration.h" |
25 #include "hsanalogclockwidget.h" |
27 #include "hsanalogclockwidget.h" |
26 |
28 |
27 /*! |
29 /*! |
28 \class HsAnalogClockWidget |
30 \class HsAnalogClockWidget |
29 \ingroup group_hsclockwidgetplugin |
31 \ingroup group_hsclockwidgetplugin |
145 { |
147 { |
146 if (!contains(event->pos())) { |
148 if (!contains(event->pos())) { |
147 return; |
149 return; |
148 } |
150 } |
149 |
151 |
|
152 HbInstantFeedback::play(HsConfiguration::clockWidgetTapFeedbackType()); |
|
153 |
150 emit clockTapped(); |
154 emit clockTapped(); |
151 } |
155 } |