diff options
author | Saturn&Eric <[email protected]> | 2021-12-05 11:31:51 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-05 11:31:51 +0000 |
commit | 033362e312c586ad3eaf0d6b3631241f908496ff (patch) | |
tree | 9bab1796b919db2c0fa88e83b183a5a5c7583fcc /src/ui/MainWindow.h | |
parent | Merge pull request #25 from saturneric/develop (diff) | |
parent | Merge branch 'main' into develop (diff) | |
download | GpgFrontend-033362e312c586ad3eaf0d6b3631241f908496ff.tar.gz GpgFrontend-033362e312c586ad3eaf0d6b3631241f908496ff.zip |
Merge pull request #26 from saturneric/develop
Develop Fixed For Version 2.0.1.
Diffstat (limited to '')
-rw-r--r-- | src/ui/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/MainWindow.h b/src/ui/MainWindow.h index e0bf9f5a..f4eb70a8 100644 --- a/src/ui/MainWindow.h +++ b/src/ui/MainWindow.h @@ -421,7 +421,7 @@ class MainWindow : public QMainWindow { QAction* importKeyFromClipboardAct{}; QAction* importKeyFromKeyServerAct{}; - QLabel* statusBarIcon{}; /**< TODO */ + QLabel* statusBarIcon{}; KeyList* mKeyList{}; InfoBoardWidget* infoBoard{}; |