Added missing param comments
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 17 Aug 2010 07:21:27 +0000 (10:21 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 17 Aug 2010 07:21:27 +0000 (10:21 +0300)
src/ui/paneltabbar.h
src/ui/tabbedpanel.h

index 17da9f4..fcb422d 100644 (file)
@@ -92,6 +92,8 @@ public slots:
 
     /**
      * @brief This slot selects a tab at given index
+     *
+     * @param index Index of the tab
      */
     void selectTab(int index);
 
@@ -108,12 +110,16 @@ private slots:
  ******************************************************************************/
 signals:
     /**
-     * @brief This signal is emitted whenever the current tab index changes
+     * @brief This signal is emitted whenever the current tab changes
+     *
+     * @param index Index of the new tab
      */
     void currentChanged(int index);
 
     /**
      * @brief This signal is emitted whenever user wants to close a tab
+     *
+     * @param index Index of the currently active tab
      */
     void tabCloseRequested(int index);
 
index 33b93cb..9f59572 100644 (file)
@@ -132,7 +132,9 @@ private slots:
  ******************************************************************************/
 signals:
     /**
-     * @brief This signal is emitted whenever the current page index changes
+     * @brief This signal is emitted whenever the current tab page changes
+     *
+     * @param index Index of the new tab page
      */
     void currentChanged(int index);