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

List:       kde-commits
Subject:    kdepim/kaddressbook/views
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2004-05-12 23:29:30
Message-ID: 20040512232930.78ABD2013 () office ! kde ! org
[Download RAW message or body]

CVS commit by tokoe: 

Removed debug statements


  M +0 -6      cardview.cpp   1.23


--- kdepim/kaddressbook/views/cardview.cpp  #1.22:1.23
@@ -1607,5 +1607,4 @@ void CardView::tryShowFullText()
 void CardView::drawRubberBands( int pos )
 {
-qDebug("a");
   if ( pos && d && 
        (!d->span || ((pos-d->firstX)/d->span) - d->colspace - d->mSepWidth < MIN_ITEM_WIDTH) )
@@ -1622,5 +1621,4 @@ qDebug("a");
   uint n = d->first;
   // erase
-qDebug("b");
   if ( d->mRubberBandAnchor )
     do {
@@ -1629,5 +1627,4 @@ qDebug("b");
       n++;
     } while ( x < visibleWidth() && n < d->mSeparatorList.count() );
-qDebug("c");
   // paint new
   if ( ! pos ) return;
@@ -1635,5 +1632,4 @@ qDebug("c");
   n = d->first;
   x = d->firstX + tmpcw - d->mSepWidth - contentsX();
-qDebug("d");
   do {
       p.drawRect( x, 0, 2, h );
@@ -1641,7 +1637,5 @@ qDebug("d");
       n++;
   } while ( x < visibleWidth() && n < d->mSeparatorList.count() );
-qDebug("e");
   d->mRubberBandAnchor = pos;
-qDebug("f");
 }
 


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

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