From 841389f9389a04231920fe7a7b07358fa454b7ff Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 11 Apr 2009 19:18:15 +0200 Subject: Added some functions comment --- src/mainview.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 617d81db..6514c026 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -98,8 +98,12 @@ protected: public slots: - void loadUrlInCurrentTab(const KUrl &url); + /** + * Core browser slot. This create a new tab with a WebView inside + * for browsing. + */ WebView *newWebView(); + void loadUrlInCurrentTab(const KUrl &url); void slotCloneTab(int index = -1); void slotCloseTab(int index = -1); void slotCloseOtherTabs(int index); @@ -132,6 +136,9 @@ private slots: private: + /** + * this functions move tab informations "from index to index" + */ void moveTab(int fromIndex, int toIndex); KAction *m_recentlyClosedTabsAction; -- cgit v1.2.1