author | zautrix <zautrix> | 2005-04-17 14:27:55 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-04-17 14:27:55 (UTC) |
commit | b411ec2d8961d07c3e2e9aefc9e04322b7851859 (patch) (side-by-side diff) | |
tree | 79e2a70f1ad32562456b0bfa03aa2b916095fbb0 /korganizer/komonthview.cpp | |
parent | 2d81c75c4ffb8f144ae58e90e68496500d07a19e (diff) | |
download | kdepimpi-b411ec2d8961d07c3e2e9aefc9e04322b7851859.zip kdepimpi-b411ec2d8961d07c3e2e9aefc9e04322b7851859.tar.gz kdepimpi-b411ec2d8961d07c3e2e9aefc9e04322b7851859.tar.bz2 |
qdebugcleanup
-rw-r--r-- | korganizer/komonthview.cpp | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp index 2b7e41f..843526d 100644 --- a/korganizer/komonthview.cpp +++ b/korganizer/komonthview.cpp @@ -289,3 +289,2 @@ MonthViewItem::MonthViewItem( Incidence *incidence, QDate qd, const QString & s) isWeekItem = KOPrefs::instance()->mMonthViewWeek; - //qDebug("NEWWWWWWWWWWWWW "); } @@ -302,3 +301,2 @@ void MonthViewItem::recycle( Incidence *incidence, QDate qd, const QString & s) mdayPos = 0; - //qDebug("recucleeeeeeeeeeeeeeeee "); } @@ -308,6 +306,4 @@ void MonthViewItem::paint(QPainter *p) if ( mblockRepaint ) { - //qDebug("block "); return; } - //qDebug("NON block "); #if QT_VERSION >= 0x030000 @@ -462,3 +458,2 @@ int MonthViewItem::width(const QListBox *lb) const return 10; - //qDebug("ret wid %d ", lb->width()); return lb->width(); @@ -614,8 +609,3 @@ void MonthViewCell::startUpdateCell() } - /* - if ( !isVisible() ){ - return; - } - */ - // qDebug("MonthViewCell::updateCell() "); + setPrimary( mDate.month()%2 ); @@ -873,3 +863,2 @@ void MonthViewCell::updateCell() { - //qDebug("MonthViewCell::updateCell() "); if ( !mMonthView->isUpdatePossible() ) @@ -1055,3 +1044,2 @@ void MonthViewCell::cellClicked( QListBoxItem *item ) mMonthView->setSelectedCell( this ); - qDebug("CELL "); if ( item == 0 ) { |