diff options
Diffstat (limited to '')
-rw-r--r-- | include/MainWindow.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h index e083e93a..14f91dbc 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h @@ -352,8 +352,11 @@ private: QAction *addPgpHeaderAct; /** Action for adding the PGP header */ QLabel *statusBarIcon; /**< TODO */ - QSettings settings; /**< TODO */ - KeyList *mKeyList; /**< TODO */ + + QString appPath; + QSettings settings; + KeyList *mKeyList; + InfoBoardWidget *infoBoard; Attachments *mAttachments; /**< TODO */ GpgME::GpgContext *mCtx; /**< TODO */ |