diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-11-14 01:45:16 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-11-14 01:45:16 +0000 |
commit | c9c3e5241b3b65c13b9654909df730e748b07436 (patch) | |
tree | de69789fc414ab7bb32f87913e91bef22215f6ff /attachments.cpp | |
parent | added correct gpg.exe and upx-compressed gpg.exe and gpg (diff) | |
download | gpg4usb-c9c3e5241b3b65c13b9654909df730e748b07436.tar.gz gpg4usb-c9c3e5241b3b65c13b9654909df730e748b07436.zip |
cleaned up settings dialog and bump version to 0.2.5
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@392 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'attachments.cpp')
-rw-r--r-- | attachments.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/attachments.cpp b/attachments.cpp index 83238d4..31a66eb 100644 --- a/attachments.cpp +++ b/attachments.cpp @@ -139,7 +139,6 @@ void Attachments::openFile() { QString attachmentDir = qApp->applicationDirPath() + "/attachments/"; //QDir p = QDir(qApp->applicationDirPath() + "/attachments/"); if(!QDir(attachmentDir).exists()) { - qDebug() << "creating " << attachmentDir; QDir().mkpath(attachmentDir); } |