aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 51e33fd..5b6d59d 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -69,7 +69,7 @@ GpgWin::GpgWin()
loadFile(args[1]);
}
}
-
+qDebug() << QLibraryInfo::location(QLibraryInfo::TranslationsPath);
}
void GpgWin::restoreSettings()
@@ -625,7 +625,7 @@ void GpgWin::checkAttachmentFolder() {
QString attachmentDir = qApp->applicationDirPath() + "/attachments/";
// filenum minus . and ..
- uint filenum = QDir(attachmentDir).count() - 2 ;
+ int filenum = QDir(attachmentDir).count() - 2 ;
if(filenum > 0) {
QString statusText;
if(filenum == 1) {