From 504e00e215999d5aea32781c9f3067682e255e7c Mon Sep 17 00:00:00 2001 From: llornkcor Date: Fri, 20 Sep 2002 14:39:04 +0000 Subject: remove keyPress with null param check --- (limited to 'core/applets/vmemo') diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index 2130438..ba17732 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp @@ -288,11 +288,11 @@ void VMemo::mousePressEvent( QMouseEvent * me) { } /* No mousePress/mouseRelease recording on the iPAQ. The REC button on the iPAQ calls these functions mousePressEvent and mouseReleaseEvent with a NULL parameter. */ - if ( me->button() != LeftButton && me != NULL /*&& !systemZaurus*/) { +// if ( me->button() != LeftButton && me != NULL /*&& !systemZaurus*/) { // if (!systemZaurus && me != NULL) - return; - } +// return; +// } if(!recording) startRecording(); -- cgit v0.9.0.2