summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-18 03:24:06 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-18 03:24:06 +0200
commit61fa871b449995081eb11ed7ba9e6ee5efe7545f (patch)
tree91449435d3b98f031915f588dfaf1fe3d868a765
parentauthor fix (diff)
downloadrekonq-61fa871b449995081eb11ed7ba9e6ee5efe7545f.tar.xz
pedantic
-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);