From 9942ea51dfbf0d1e86dbda35e4cfc02e561b54f6 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 4 Dec 2011 12:43:58 +0000 Subject: changed qplaintextedit to qtextedit git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@652 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mainwindow.cpp') 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() -- cgit v1.2.3