From 61fa871b449995081eb11ed7ba9e6ee5efe7545f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 18 Apr 2009 03:24:06 +0200 Subject: pedantic --- src/mainview.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); -- cgit v1.2.1