videoplayback/hbvideoplaybackview/tsrc/testmpxvideoplaybackcontrolbar/stub/src/hbeffect.cpp
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of HbEffect |
14 * Description: Implementation of HbEffect |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 2 % |
18 // Version : %version: 3 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 #include "mpxvideo_debug.h" |
22 #include "mpxvideo_debug.h" |
23 #include "hbeffect.h" |
23 #include "hbeffect.h" |
98 bool HbEffect::effectRunning( QGraphicsItem *item, const QString &effectEvent ) |
98 bool HbEffect::effectRunning( QGraphicsItem *item, const QString &effectEvent ) |
99 { |
99 { |
100 MPX_DEBUG(_L("HbEffect::effectRunning")); |
100 MPX_DEBUG(_L("HbEffect::effectRunning")); |
101 |
101 |
102 Q_UNUSED( item ); |
102 Q_UNUSED( item ); |
|
103 Q_UNUSED( effectEvent ); |
103 |
104 |
104 return false; |
105 return false; |
105 } |
106 } |
106 |
107 |
107 // End of file |
108 // End of file |