aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-01-13 23:55:04 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-01-13 23:55:04 +0000
commit8de2c952ca87ec5d249d9ebdccd6c75972424f82 (patch)
treea86b802b799ea5974d900df02d78cb858e9ba621 /gpgwin.cpp
parentupdated todo (diff)
downloadgpg4usb-8de2c952ca87ec5d249d9ebdccd6c75972424f82.tar.gz
gpg4usb-8de2c952ca87ec5d249d9ebdccd6c75972424f82.zip
start on keydetailsdialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@242 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index f2fe931..fb38edc 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -400,7 +400,7 @@ void GpgWin::about()
void GpgWin::encrypt()
{
QList<QString> *uidList = mKeyList->getChecked();
-
+
QByteArray *tmp = new QByteArray();
if (mCtx->encrypt(uidList, edit->toPlainText().toUtf8(), tmp)) {
QString *tmp2 = new QString(*tmp);