diff options
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,6 +113,7 @@ private: QAction *saveAct; QAction *saveAsAct; QAction *printAct; + QAction *closeTabAct; QAction *quitAct; QAction *encryptAct; QAction *decryptAct; @@ -151,7 +152,6 @@ private: QLabel *statusBarIcon; QSettings settings; - QString curFile; KeyList *mKeyList; Attachments *mAttachments; GpgME::Context *mCtx; |