Fixed setCurrentIndex slot comment
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Mon, 16 Aug 2010 07:04:39 +0000 (10:04 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Mon, 16 Aug 2010 07:04:39 +0000 (10:04 +0300)
src/ui/paneltabbar.h

index 8c71b56..3c2d4cf 100644 (file)
@@ -85,7 +85,9 @@ public slots:
     void deselectTabs();
 
     /**
-     * @brief Internal slot used to track statemachine state
+     * @brief Sets the tab at current index active
+     *
+     * @param index Index of the tab
      */
     void setCurrentIndex(int index);