aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/MainWindow.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-12-05 11:31:51 +0000
committerGitHub <[email protected]>2021-12-05 11:31:51 +0000
commit033362e312c586ad3eaf0d6b3631241f908496ff (patch)
tree9bab1796b919db2c0fa88e83b183a5a5c7583fcc /src/ui/MainWindow.h
parentMerge pull request #25 from saturneric/develop (diff)
parentMerge branch 'main' into develop (diff)
downloadGpgFrontend-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.h2
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{};