From 702955faa5bd42633e7d815a1fa118b26ecfd031 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 27 Nov 2016 14:06:01 +0100 Subject: Add some TabWidget documentation. --- plugingui/tabwidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui') diff --git a/plugingui/tabwidget.h b/plugingui/tabwidget.h index 4a9cba2..5a67743 100644 --- a/plugingui/tabwidget.h +++ b/plugingui/tabwidget.h @@ -39,6 +39,9 @@ class TabWidget public: TabWidget(Widget *parent); + //! Add new tab to the tab widget. + //! \param title The title to display on the tab button. + //! \param widget The widget to show in the tab. void addTab(const std::string& title, Widget* widget); private: -- cgit v1.2.3