diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-08-10 12:03:28 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-08-10 12:03:28 +0000 |
commit | df453aa37f68ca6e4df9a73fb0c9529f9009d274 (patch) | |
tree | 8a6315cfa464d5273ed1abb66954ee3e65993ba9 /context.cpp | |
parent | use absolute path to application for finding bin/gpg / bin\gpg.exe (diff) | |
download | gpg4usb-df453aa37f68ca6e4df9a73fb0c9529f9009d274.tar.gz gpg4usb-df453aa37f68ca6e4df9a73fb0c9529f9009d274.zip |
some source-beatyfying with astyle, use absolute path to find icons
git-svn-id: http://cpunk.de/svn/src/gpg4usb@120 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.cpp')
-rw-r--r-- | context.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/context.cpp b/context.cpp index bfcc1df..dd864bf 100644 --- a/context.cpp +++ b/context.cpp @@ -42,7 +42,6 @@ namespace GpgME { /** get current dir */ QString appPath = qApp->applicationDirPath(); - qDebug() << "path" << appPath; /** The function `gpgme_check_version' must be called before any other * function in the library, because it initializes the thread support |