--- a/camerauis/cameraxui/cxui/src/cxuistandby.cpp Fri Apr 16 14:51:30 2010 +0300
+++ b/camerauis/cameraxui/cxui/src/cxuistandby.cpp Thu May 13 21:30:19 2010 +0300
@@ -103,12 +103,10 @@
*/
bool CxuiStandby::handleMouseEvent()
{
- CX_DEBUG_ENTER_FUNCTION();
-
bool keyHandled = false;
// close the dialog if it's visible
- if(mStandbyDialogVisible && mStandbyPopup) {
+ if (mStandbyDialogVisible && mStandbyPopup) {
CX_DEBUG(( "closing the popup mStandbyDialogVisible = : %d", mStandbyDialogVisible ));
mStandbyPopup->close();
keyHandled = true;
@@ -117,8 +115,6 @@
startTimer();
}
- CX_DEBUG_EXIT_FUNCTION();
-
return keyHandled;
}
@@ -233,7 +229,6 @@
case QEvent::GraphicsSceneMouseMove:
case QEvent::GraphicsSceneMousePress:
case QEvent::GraphicsSceneMouseRelease:
- CX_DEBUG(("CxuiStandby::eventFilter -> mouse event"));
eventWasConsumed = handleMouseEvent();
break;
default: