equal
deleted
inserted
replaced
14 * Description: Container for pan (drag) gesture -related data and logic. |
14 * Description: Container for pan (drag) gesture -related data and logic. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include "hbautotest.h" |
18 #include "hbautotest.h" |
19 #include <hbmainwindow.h> |
19 #include <HbMainWindow> |
20 #include <hbwidget.h> |
20 #include <HbWidget> |
21 |
21 |
22 |
22 |
23 const qreal STEP = 10; //How many pixels to drag before sending an event |
23 const qreal STEP = 10; //How many pixels to drag before sending an event |
24 |
24 |
25 //Init static members |
25 //Init static members |