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

List:       kde-commits
Subject:    kdepim/korganizer (silent)
From:       Reinhold Kainhofer <reinhold () kainhofer ! com>
Date:       2004-09-20 22:18:28
Message-ID: 20040920221828.358139BAF () office ! kde ! org
[Download RAW message or body]

CVS commit by kainhofe: 

CVS_SILENT: Remove unnecessary debug output


  M +1 -1      koagenda.h   1.66
  M +0 -3      kotodoview.cpp   1.179


--- kdepim/korganizer/koagenda.h  #1.65:1.66
@@ -136,5 +136,5 @@ class KOAgenda : public QScrollView
 
     void setCalendar( Calendar*cal ) { mCalendar = cal; }
-    void setIncidenceChanger( IncidenceChangerBase *changer ) { \
kdDebug()<<"Agenda::setIncidenceChanger"<<endl;mChanger = changer; } +    void \
setIncidenceChanger( IncidenceChangerBase *changer ) { mChanger = changer; }  
   public slots:

--- kdepim/korganizer/kotodoview.cpp  #1.178:1.179
@@ -224,5 +224,4 @@ void KOTodoListView::contentsDropEvent( 
         mChanger->changeIncidence( oldTodo, existingTodo, \
KOGlobals::RELATION_MODIFIED );  mChanger->endChange( existingTodo );
-kdDebug()<<"Incidence parent changed"<<endl;
       } else {
         KMessageBox::sorry( this, i18n("Unable to change to-do item's parent, "
@@ -805,5 +804,4 @@ void KOTodoView::deleteTodo()
 void KOTodoView::setNewPriority(int index)
 {
-kdDebug()<<"setNewPriority, changer="<<mChanger<<endl;
   if ( !mActiveItem || !mChanger ) return;
   Todo *todo = mActiveItem->todo();
@@ -1029,5 +1027,4 @@ void KOTodoView::emitCompletedSignal( To
 void KOTodoView::setIncidenceChanger( IncidenceChangerBase *changer ) 
 { 
-kdDebug()<<"KOTodoView::setIncidenceChanger("<<changer<<")"<<endl;
   mChanger = changer;
   mTodoListView->setIncidenceChanger( changer );


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

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