aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
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);