diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-12-29 22:03:12 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-12-29 22:03:12 +0000 |
commit | 83c6f143a70c5be971d12cf8b7463c02427a829c (patch) | |
tree | 06617d1f8bad332ed3469d6993cc2d842093c490 /textedit.cpp | |
parent | fixed behaviour in file encryption with existing and non-existing files (diff) | |
download | gpg4usb-83c6f143a70c5be971d12cf8b7463c02427a829c.tar.gz gpg4usb-83c6f143a70c5be971d12cf8b7463c02427a829c.zip |
added quote icon and quote action to toolbar
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@411 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.cpp')
-rw-r--r-- | textedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textedit.cpp b/textedit.cpp index 9fa7e9c..da55681 100644 --- a/textedit.cpp +++ b/textedit.cpp @@ -29,7 +29,7 @@ void TextEdit::dropEvent(QDropEvent* event) //event->acceptProposedAction(); } -void TextEdit::comment() +void TextEdit::quote() { QString text=this->toPlainText(); text.replace("\n","\n> ",Qt::CaseSensitive); |