aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-05 23:19:53 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-05 23:19:53 +0000
commitb2c02478a0a9ac8d597333ba5030a1f1a175b2c2 (patch)
tree6c59b419f5ef4c6651d3659b79352a8e819b645a /textedit.h
parentadd functonality for opening online help in qtextbrowser tab (diff)
downloadgpg4usb-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/textedit.h b/textedit.h
index 67efd7e..bdbd62a 100644
--- a/textedit.h
+++ b/textedit.h
@@ -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();