From 6aa94afa6d439058b9568637edd9c7eae2f9d0b7 Mon Sep 17 00:00:00 2001 From: ubbo Date: Tue, 25 Oct 2011 08:32:07 +0000 Subject: 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 --- gpgwin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gpgwin.h') diff --git a/gpgwin.h b/gpgwin.h index 1cfc385..a46094a 100644 --- a/gpgwin.h +++ b/gpgwin.h @@ -196,6 +196,11 @@ private: */ void createAttachmentDock(); + /** + * @details close attachment-dockwindow. + */ + void closeAttachmentDock(); + /** * @details Load settings from ini-file. */ @@ -283,6 +288,7 @@ private: QString iconPath; /**< TODO */ KeyMgmt *keyMgmt; /**< TODO */ KeyServerImportDialog *importDialog; /**< TODO */ + bool attachmentDockCreated; }; #endif // __GPGWIN_H__ -- cgit v1.2.3