diff options
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ public: */ QTextEdit* curTextPage(); + QTextBrowser* curHelpPage(); + /** * @details List of currently unsaved tabs. * @returns QHash<int, QString> Hash of tabindexes and title of unsaved tabs. |