From 3a5648d8378b44cbe12d66bafa3d557c065f0f6d Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 29 Aug 2004 14:16:05 +0000 Subject: Some compilation fixes --- (limited to 'korganizer/koeditorrecurrence.cpp') diff --git a/korganizer/koeditorrecurrence.cpp b/korganizer/koeditorrecurrence.cpp index 584d1ed..4209e10 100644 --- a/korganizer/koeditorrecurrence.cpp +++ b/korganizer/koeditorrecurrence.cpp @@ -1052,7 +1052,7 @@ void KOEditorRecurrence::writeEvent( Event *event ) } if ( !found ) { days.setBit( event->dtStart().date().dayOfWeek()-1); - qDebug("bit set %d "); + qDebug("bit set %d ", event->dtStart().date().dayOfWeek()-1); } if ( duration != 0 ) r->setWeekly( freq, days, duration ); else r->setWeekly( freq, days, endDate ); -- cgit v0.9.0.2