diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-05 23:19:53 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-05 23:19:53 +0000 |
commit | b2c02478a0a9ac8d597333ba5030a1f1a175b2c2 (patch) | |
tree | 6c59b419f5ef4c6651d3659b79352a8e819b645a /textedit.h | |
parent | add functonality for opening online help in qtextbrowser tab (diff) | |
download | gpg4usb-b2c02478a0a9ac8d597333ba5030a1f1a175b2c2.tar.gz gpg4usb-b2c02478a0a9ac8d597333ba5030a1f1a175b2c2.zip |
fix broken cut/copy/paste actions
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@657 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ public: int tabCount(); /** * @details textpage of the currently activated tab + * @return \li reference to QTextEdit if tab has one + * \li 0 otherwise (e.g. if helppage) */ QTextEdit* curTextPage(); |