diff options
author | Saturneric <[email protected]> | 2021-06-18 08:47:06 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-18 08:47:06 +0000 |
commit | 4bd6e0a8f18603e1ea0600fd6df97d2bafef627f (patch) | |
tree | 98c72ecde2eb7605f4371fbe4ffecc5468688a71 /include/MainWindow.h | |
parent | Fixed. (diff) | |
download | GpgFrontend-4bd6e0a8f18603e1ea0600fd6df97d2bafef627f.tar.gz GpgFrontend-4bd6e0a8f18603e1ea0600fd6df97d2bafef627f.zip |
Improve project configuration files.
Set the TS file to update automatically.
Set to automatically generate QM files.
Adjust the configuration file reading path.
Fix the refresh logic of the configuration file.
Set icon for executable file
Improve the about page.
Adjust the configuration file reading and setting related to Key Server.
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 */ |