From b2c02478a0a9ac8d597333ba5030a1f1a175b2c2 Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 5 Dec 2011 23:19:53 +0000 Subject: fix broken cut/copy/paste actions git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@657 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textedit.h') 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(); -- cgit v1.2.3