aboutsummaryrefslogtreecommitdiffstats
path: root/helppage.h
diff options
context:
space:
mode:
Diffstat (limited to 'helppage.h')
-rw-r--r--helppage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/helppage.h b/helppage.h
index f18a205..62678d9 100644
--- a/helppage.h
+++ b/helppage.h
@@ -31,11 +31,15 @@ class HelpPage : public QWidget
Q_OBJECT
public:
explicit HelpPage(const QString path, QWidget *parent = 0);
+ QTextBrowser *getBrowser();
signals:
public slots:
+private:
+ QTextBrowser *browser; /** The textbrowser of the tab */
+
};
#endif // HELPPAGE_H