diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-18 03:24:06 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-18 03:24:06 +0200 |
commit | 61fa871b449995081eb11ed7ba9e6ee5efe7545f (patch) | |
tree | 91449435d3b98f031915f588dfaf1fe3d868a765 /src/mainview.h | |
parent | author fix (diff) | |
download | rekonq-61fa871b449995081eb11ed7ba9e6ee5efe7545f.tar.xz |
pedantic
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 6 |
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); |