diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-04 12:43:58 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-04 12:43:58 +0000 |
commit | 9942ea51dfbf0d1e86dbda35e4cfc02e561b54f6 (patch) | |
tree | 19152a1e9f3c41380bf58d0a5858fa28481186ab /mainwindow.cpp | |
parent | added import from old gpg4usb to wizard (beautifying has to be done) (diff) | |
download | gpg4usb-9942ea51dfbf0d1e86dbda35e4cfc02e561b54f6.tar.gz gpg4usb-9942ea51dfbf0d1e86dbda35e4cfc02e561b54f6.zip |
changed qplaintextedit to qtextedit
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@652 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 95b43db..2a0fba4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -805,7 +805,7 @@ void MainWindow::appendSelectedKeys() QByteArray *keyArray = new QByteArray(); mCtx->exportKeys(mKeyList->getSelected(), keyArray); - edit->curTextPage()->appendPlainText(*keyArray); + edit->curTextPage()->append(*keyArray); } void MainWindow::copyMailAddressToClipboard() |