diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-29 01:11:01 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-29 01:11:01 +0000 |
commit | 7a526711a50aa5241de65a6d3cdd5880d00fa90c (patch) | |
tree | b6e394b212dd856561d1b0ff1326d98dca8e4a4b /textedit.h | |
parent | fix crash and enable printing of help pages (diff) | |
download | gpg4usb-7a526711a50aa5241de65a6d3cdd5880d00fa90c.tar.gz gpg4usb-7a526711a50aa5241de65a6d3cdd5880d00fa90c.zip |
method for curHelpPage
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@718 34ebc366-c3a9-4b3c-9f84-69acf7962910
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. |