aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-11-14 01:45:16 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-11-14 01:45:16 +0000
commitc9c3e5241b3b65c13b9654909df730e748b07436 (patch)
treede69789fc414ab7bb32f87913e91bef22215f6ff /attachments.cpp
parentadded correct gpg.exe and upx-compressed gpg.exe and gpg (diff)
downloadgpg4usb-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.cpp1
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);
}