diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-05-01 21:29:58 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-05-01 21:29:58 +0000 |
commit | fa7112b8d1bd9e3d66a6c53320ac4fff23c67b6a (patch) | |
tree | 848260bd88b1693295b9aa6af52e5fa515dd5f55 /gpgcontext.cpp | |
parent | updated gpg-mac to 1.4.16 (diff) | |
download | gpg4usb-fa7112b8d1bd9e3d66a6c53320ac4fff23c67b6a.tar.gz gpg4usb-fa7112b8d1bd9e3d66a6c53320ac4fff23c67b6a.zip |
less qdebug0.4-beta
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.4-beta@1102 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgcontext.cpp')
-rw-r--r-- | gpgcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgcontext.cpp b/gpgcontext.cpp index 31ed77f..9e33b5e 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -244,7 +244,7 @@ void GpgContext::slotExportKeyToFileReady(int result) return; QTextStream stream(&file); QByteArray keyArray = exp->getOutputData(); - qDebug() << *keyArray; + //qDebug() << *keyArray; stream << keyArray; file.close(); //emit statusBarChanged(QString(tr("key(s) exported"))); |