changeset 43 | 72396548277c |
parent 42 | 5e1df1b52eb3 |
child 44 | aa2fa096cbfb |
--- a/ui/views/gridview/inc/glxgridview.h Mon May 17 13:35:26 2010 +0530 +++ b/ui/views/gridview/inc/glxgridview.h Fri May 28 21:11:54 2010 +0530 @@ -71,6 +71,11 @@ protected : QVariant itemChange (GraphicsItemChange change, const QVariant &value) ; + + /* + * To emit the signal when application goes into background or come back to foreground + */ + bool eventFilter(QObject *obj, QEvent *ev); private slots: void indicateLongPress(const QModelIndex& index, QPointF coords);