diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-25 08:32:07 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-25 08:32:07 +0000 |
commit | 6aa94afa6d439058b9568637edd9c7eae2f9d0b7 (patch) | |
tree | 64ab76d10c8f542355c852e2985acef96b92c2c0 /gpgwin.h | |
parent | add comment (diff) | |
download | gpg4usb-6aa94afa6d439058b9568637edd9c7eae2f9d0b7.tar.gz gpg4usb-6aa94afa6d439058b9568637edd9c7eae2f9d0b7.zip |
destroy attachmentdok if option parsemime not set, make sure only one attachmentdok gets created
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@575 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -197,6 +197,11 @@ private: void createAttachmentDock(); /** + * @details close attachment-dockwindow. + */ + void closeAttachmentDock(); + + /** * @details Load settings from ini-file. */ void restoreSettings(); @@ -283,6 +288,7 @@ private: QString iconPath; /**< TODO */ KeyMgmt *keyMgmt; /**< TODO */ KeyServerImportDialog *importDialog; /**< TODO */ + bool attachmentDockCreated; }; #endif // __GPGWIN_H__ |