--- a/ganeswidgets/src/hgwidgets.cpp Fri May 14 16:57:01 2010 +0300
+++ b/ganeswidgets/src/hgwidgets.cpp Thu May 27 13:59:05 2010 +0300
@@ -172,14 +172,6 @@
if (d->mHandleLongPress != value)
{
d->mHandleLongPress = value;
- if (value)
- {
- grabGesture(Qt::TapAndHoldGesture);
- }
- else
- {
- ungrabGesture(Qt::TapAndHoldGesture);
- }
}
// TODO, should we do something like this?????
@@ -247,12 +239,12 @@
{
case QEvent::ApplicationActivate:
{
- d->gainedForeground();
+// d->gainedForeground();
break;
}
case QEvent::ApplicationDeactivate:
{
- d->lostForeground();
+// d->lostForeground();
break;
}
case QEvent::GraphicsSceneResize: