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

List:       kde-commits
Subject:    KDE/kdepim/karm
From:       Adriaan de Groot <groot () kde ! org>
Date:       2005-06-28 13:58:13
Message-ID: 1119967093.103647.772.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 429662 by adridg:

Dox fixes. Remember, when reimplementing methods, you should use the same parameter \
names as in the superclass.

 M  +6 -3      karm_part.h  
 M  +2 -0      timekard.h  


--- trunk/KDE/kdepim/karm/karm_part.h #429661:429662
@@ -64,9 +64,12 @@
     virtual bool save();
     QString version() const;
     QString taskIdFromName( const QString &taskName ) const;
-    int addTask( const QString &storage );
-    int bookTime( const QString& uid, const QString& datetime, long minutes );
-    QString getError( int mkb ) const;
+    /** @reimp from KarmDCOPIface */
+    int addTask( const QString &taskName );
+    /** @reimp from KarmDCOPIface */
+    int bookTime( const QString& taskId, const QString& iso8601StartDateTime, long \
durationInMinutes ); +    /** @reimp from KarmDCOPIface */
+    QString getError( int karmErrorNumber ) const;
     int totalMinutesForTaskId( const QString& taskId );
     QString starttimerfor( const QString &taskname );
     QString stoptimerfor( const QString &taskname );
--- trunk/KDE/kdepim/karm/timekard.h #429661:429662
@@ -92,6 +92,8 @@
      *
      * Formatted for pasting into clipboard.
      *
+     * @param taskview The view whose tasks need to be formatted.
+     *
      * @param justThisTask Only useful when user has picked a root task.  We
      * use this parameter to distinguish between when a user just wants to
      * print the task subtree for a root task and when they want to print


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

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