diff options
Diffstat (limited to 'helppage.h')
-rw-r--r-- | helppage.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |