aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/MainWindow.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-11-30 13:25:18 +0000
committerSaturneric <[email protected]>2021-11-30 13:35:37 +0000
commit69a90eae4a2ea0c7eee89cf11d4b96401ba2466d (patch)
treef7a2f8bed06ae30038e6cba5e987e01f02a8e5e8 /src/ui/MainWindow.h
parentProject Structure Modified (diff)
downloadGpgFrontend-69a90eae4a2ea0c7eee89cf11d4b96401ba2466d.tar.gz
GpgFrontend-69a90eae4a2ea0c7eee89cf11d4b96401ba2466d.zip
Add & Modified
1. Modified macro system. 2. Introduce new settings framework. 3. Modified part of the code of MainWindow to meet with the new settings framework.
Diffstat (limited to '')
-rw-r--r--src/ui/MainWindow.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ui/MainWindow.h b/src/ui/MainWindow.h
index f6de47d8..095bc974 100644
--- a/src/ui/MainWindow.h
+++ b/src/ui/MainWindow.h
@@ -230,11 +230,11 @@ class MainWindow : public QMainWindow {
*/
void slotOpenSettingsDialog();
- /**
- * @details Show a warn message in status bar, if there are files in
- * attachment folder.
- */
- void slotCheckAttachmentFolder();
+// /**
+// * @details Show a warn message in status bar, if there are files in
+// * attachment folder.
+// */
+// void slotCheckAttachmentFolder();
/**
* @details Replace double linebreaks by single linebreaks in currently active
@@ -409,8 +409,6 @@ class MainWindow : public QMainWindow {
QLabel* statusBarIcon; /**< TODO */
- QString appPath;
- QSettings settings;
KeyList* mKeyList;
InfoBoardWidget* infoBoard;