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

List:       kde-commits
Subject:    KDE/kdeedu/parley/src/practice/input
From:       David Capel <wot.narg () gmail ! com>
Date:       2008-08-05 8:58:07
Message-ID: 1217926687.762551.18634.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 842321 by capel:

Turn off old noisy debugging code


 M  +3 -8      textualinput.cpp  


--- trunk/KDE/kdeedu/parley/src/practice/input/textualinput.cpp #842320:842321
@@ -38,15 +38,10 @@
     if (tId.isEmpty()) setVisible(false);
 
 
-     QRectF bounds = m_renderer->boundsOnElement(tId);
-     kDebug() << tId;
-     kDebug() << "in orig:" << area->original().contains(bounds);
-     kDebug() << "orig:" << bounds << "+" << area->offset() << "=";
-     bounds.translate(area->offset());
-     kDebug() << bounds;
-     setGeometry(bounds.toRect());
+    QRectF bounds = m_renderer->boundsOnElement(tId);
+    bounds.translate(area->offset());
+    setGeometry(bounds.toRect());
 
-     kDebug() << pos();
 
      connect(this, SIGNAL(textChanged(const QString&)), this, \
SIGNAL(signalAnswerChanged(const QString&)));  }


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

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