aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gpgwin.h b/gpgwin.h
index 1cfc385..a46094a 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -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__