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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/applets/digital-clock
From:       Beat Wolf <asraniel () fryx ! ch>
Date:       2009-09-01 20:19:26
Message-ID: 1251836366.223419.17762.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1018544 by beatwolf:

remove debug output


 M  +0 -2      clock.cpp  


--- trunk/KDE/kdebase/workspace/plasma/applets/digital-clock/clock.cpp #1018543:1018544
@@ -135,7 +135,6 @@
     if (m_showDate || showTimezone()) {
         const QFont f(KGlobalSettings::smallestReadableFont());
         const QFontMetrics metrics(f);
-        qDebug() <<"sizes" << f.pointSize() << f.pixelSize();
         // if there's enough vertical space, wrap the words
         if (contentsRect().height() < f.pointSize() * 6) {
             QSize s = metrics.size(Qt::TextSingleLine, m_dateString);
@@ -169,7 +168,6 @@
         // kDebug(96669) << contentsRect();
     } else {
         // We have a fixed width, set some sensible height
-        qDebug() << "height" << h;
         setMinimumHeight(h);
         setMinimumWidth(0);
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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