diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 17:08:06 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 17:08:06 +0000 |
commit | 710194c1cc6399878eadda84c23f7a52e7baa879 (patch) | |
tree | 68d081a12b2b0a6ab23e29b11443247e04f0a318 /textedit.h | |
parent | updated TODO (diff) | |
download | gpg4usb-710194c1cc6399878eadda84c23f7a52e7baa879.tar.gz gpg4usb-710194c1cc6399878eadda84c23f7a52e7baa879.zip |
added zoom in/out to textedit
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@677 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -239,6 +239,8 @@ private slots: */ void redo(); + void zoomIn(); + void zoomOut(); /**************************************************************************************** * Name: selectAll * Description: select all in current textpage |