aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-24 19:55:33 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-24 19:55:33 +0000
commit53fbed8ff0167ee3c336c7c5a0dca539fd9051d7 (patch)
tree1958c80097eb1eb8750031ea03a8d037ccc74a24 /gpgwin.h
parentupdate about-dialog to gpl v3 (diff)
downloadgpg4usb-53fbed8ff0167ee3c336c7c5a0dca539fd9051d7.tar.gz
gpg4usb-53fbed8ff0167ee3c336c7c5a0dca539fd9051d7.zip
only create attachment dock if pgp-mime parsing enabled
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@570 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gpgwin.h b/gpgwin.h
index bbe7195..1cfc385 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -192,6 +192,11 @@ private:
void createDockWindows();
/**
+ * @details Create attachment-dockwindow.
+ */
+ void createAttachmentDock();
+
+ /**
* @details Load settings from ini-file.
*/
void restoreSettings();