[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/libs/flake
From:       Lukáš Tvrdý <lukast.dev () gmail ! com>
Date:       2010-10-17 15:40:51
Message-ID: 20101017154051.9B5A7AC896 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1186801 by lukast:

Comment noisy debug info

 M  +2 -2      KoToolProxy.cpp  


--- trunk/koffice/libs/flake/KoToolProxy.cpp #1186800:1186801
@@ -127,13 +127,13 @@
     // don't process tablet events for stylus middle and right mouse button
     // they will be re-send as mouse events with the correct button. there is no \
                possibility to get the button from the QTabletEvent.
     if(qFuzzyIsNull(event->pressure()) && d->tabletPressed==false && \
                event->type()!=QEvent::TabletMove) {
-        kDebug()<<"don't accept tablet event: "<< point;
+        //kDebug()<<"don't accept tablet event: "<< point;
         return;
     }
     else {
         // Accept the tablet events as they are useless to parent widgets and they \
will  // get re-send as mouseevents if we don't accept them.
-        kDebug()<<"accept tablet event: "<< point;
+        //kDebug()<<"accept tablet event: "<< point;
         event->accept();
     }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic