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 /kgpg/transactions/kgpgencrypt.cpp | |
parent | updated gpg-mac to 1.4.16 (diff) | |
download | gpg4usb-0.4-beta.tar.gz gpg4usb-0.4-beta.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 'kgpg/transactions/kgpgencrypt.cpp')
-rw-r--r-- | kgpg/transactions/kgpgencrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgpg/transactions/kgpgencrypt.cpp b/kgpg/transactions/kgpgencrypt.cpp index 4324a43..a7de4f2 100644 --- a/kgpg/transactions/kgpgencrypt.cpp +++ b/kgpg/transactions/kgpgencrypt.cpp @@ -101,7 +101,7 @@ KGpgEncrypt::encryptedText() const bool KGpgEncrypt::nextLine(const QString &line) { - qDebug() << "KGpgEncrypt::nextLine called"; + //qDebug() << "KGpgEncrypt::nextLine called"; const QList<QUrl> &inputFiles = getInputFiles(); if (line.startsWith(QLatin1String("[GNUPG:] MISSING_PASSPHRASE"))) { |