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

List:       kde-commits
Subject:    KDE/kdepimlibs/akonadi
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2010-01-13 21:31:14
Message-ID: 1263418274.058515.31942.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1074324 by tokoe:

Fix parameters documentation


 M  +5 -5      agentbase.h  
 M  +1 -1      collectionview.h  
 M  +0 -1      contact/contacteditor.h  
 M  +0 -2      contact/contacteditordialog.h  
 M  +1 -1      mimetypechecker.h  
 M  +1 -1      monitor.h  
 M  +1 -1      resourcebase.h  


--- trunk/KDE/kdepimlibs/akonadi/agentbase.h #1074323:1074324
@@ -256,8 +256,8 @@
          * is called instead.
          *
          * @param collection The moved collection.
-         * @param source The previous parent collection.
-         * @param destination The new parent collection.
+         * @param collectionSource The previous parent collection.
+         * @param collectionDestination The new parent collection.
          */
         virtual void collectionMoved( const Akonadi::Collection &collection, const \
                Akonadi::Collection &collectionSource,
                                       const Akonadi::Collection \
&collectionDestination ); @@ -265,7 +265,7 @@
         /**
          * Reimplement to handle changes to existing collections.
          * @param collection The changed collection.
-         * @param partIdentifiers The identifiers of the collection parts that has \
been changed. +         * @param changedAttributes The identifiers of the collection \
                parts/attributes that has been changed.
          */
         virtual void collectionChanged( const Akonadi::Collection &collection, const \
QSet<QByteArray> &changedAttributes );  };
@@ -465,10 +465,10 @@
 
     /**
      * Emitted when the online state changed.
-     * @param state The online state.
+     * @param online The online state.
      * @since 4.2
      */
-    void onlineChanged( bool b );
+    void onlineChanged( bool online );
 
     /**
      * This signal is emitted whenever the user has accepted the configuration \
                dialog.
--- trunk/KDE/kdepimlibs/akonadi/collectionview.h #1074323:1074324
@@ -85,7 +85,7 @@
     /**
      * Creates a new collection view.
      *
-     * @param xmlGuiWindow The KXmlGuiWindow the view is used in.
+     * @param xmlGuiClient The KXmlGuiClient the view is used in.
      *                     This is needed for the XMLGUI based context menu.
      *                     Passing 0 is ok and will disable the builtin context \
                menu.
      * @param parent The parent widget.
--- trunk/KDE/kdepimlibs/akonadi/contact/contacteditor.h #1074323:1074324
@@ -98,7 +98,6 @@
      * Creates a new contact editor with the standard editor widget.
      *
      * @param mode The mode of the editor.
-     * @param editorWidget The contact editor widget that shall be used for editing.
      * @param parent The parent widget of the editor.
      */
     explicit ContactEditor( Mode mode, QWidget *parent = 0 );
--- trunk/KDE/kdepimlibs/akonadi/contact/contacteditordialog.h #1074323:1074324
@@ -100,8 +100,6 @@
      * Creates a new contact editor dialog with a custom editor widget.
      *
      * @param mode The mode of the dialog.
-     * @param collectionModel The collection model that is used to allow the user
-     *                        to select a target collection for new contacts.
      * @param editorWidget The contact editor widget that shall be used for editing.
      * @param parent The parent widget of the dialog.
      */
--- trunk/KDE/kdepimlibs/akonadi/mimetypechecker.h #1074323:1074324
@@ -181,7 +181,7 @@
     /**
      * Checks whether a given @p collection has one of the wanted MIME types
      *
-     * @param item The collection to check the content MIME types of.
+     * @param collection The collection to check the content MIME types of.
      *
      * @return @c true if one of the @p collection content MIME types is
      *         one of the wanted ones, @c false if non is, the collection
--- trunk/KDE/kdepimlibs/akonadi/monitor.h #1074323:1074324
@@ -341,7 +341,7 @@
      *
      * @param collection The moved collection.
      * @param source The previous parent collection.
-     * @param distination The new parent collection.
+     * @param destination The new parent collection.
      *
      * @since 4.4
      */
--- trunk/KDE/kdepimlibs/akonadi/resourcebase.h #1074323:1074324
@@ -461,7 +461,7 @@
      * executed by calling the specified method. With the priority parameter the
      * time of execution of the Task can be influenced. @see SchedulePriority
      * @param receiver The object the slot should be called on.
-     * @param methodName The name of the method (and only the name, not signature, \
not SLOT(...) macro), +     * @param method The name of the method (and only the \
                name, not signature, not SLOT(...) macro),
      * that should be called to execute this task. The method has to be a slot and \
                take a QVariant as
      * argument.
      * @param argument A QVariant argument passed to the method specified above. Use \
this to pass task


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

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