summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainview.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 6a5d5f80..5b3623cb 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -135,7 +135,11 @@ private slots:
private:
/**
- * this functions move tab informations "from index to index"
+ * This functions move tab informations "from index to index"
+ *
+ * @param fromIndex the index from which we move
+ *
+ * @param toIndex the index to wchich we move
*/
void moveTab(int fromIndex, int toIndex);