diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-14 00:55:04 +0100 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-14 00:55:04 +0100 |
| commit | 8de2c952ca87ec5d249d9ebdccd6c75972424f82 (patch) | |
| tree | a86b802b799ea5974d900df02d78cb858e9ba621 /gpgwin.cpp | |
| parent | updated todo (diff) | |
| download | gpg4usb-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
