From 0bbef196163a267722978e34db2ba3daaee76f88 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 07 Jun 2005 05:09:23 +0000 Subject: clear view fixes --- (limited to 'korganizer/komonthview.cpp') diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp index 8ee1363..678cab6 100644 --- a/korganizer/komonthview.cpp +++ b/korganizer/komonthview.cpp @@ -1415,6 +1415,16 @@ void KOMonthView::updateDayLabels() } +void KOMonthView::clearList() +{ + unsigned int i; + for( i = 0; i < mCells.size(); ++i ) { + mCells[i]->clear(); + } + for( i = 0; i < mCellsW.size(); ++i ) { + mCellsW[i]->clear(); + } +} void KOMonthView::showDates(const QDate &start, const QDate &) { // kdDebug() << "KOMonthView::showDates(): " << start.toString() << endl; -- cgit v0.9.0.2