aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/widgets/InfoBoardWidget.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-19 10:28:30 +0000
committerSaturneric <[email protected]>2021-06-19 10:28:30 +0000
commit7377178bc7214cf2e4e93ffa05e3ad29dda79b89 (patch)
tree8517330e926667004bc8d4854da78ff3caec7a37 /include/ui/widgets/InfoBoardWidget.h
parentAdd dependent files under Windows. (diff)
downloadGpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.tar.gz
GpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.zip
Improve project documents
Continue to write ReadME Eliminate compile-time warnings Fix some problems
Diffstat (limited to '')
-rw-r--r--include/ui/widgets/InfoBoardWidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ui/widgets/InfoBoardWidget.h b/include/ui/widgets/InfoBoardWidget.h
index 4fdbdf9f..88c7cb04 100644
--- a/include/ui/widgets/InfoBoardWidget.h
+++ b/include/ui/widgets/InfoBoardWidget.h
@@ -97,8 +97,6 @@ private:
KeyList *mKeyList; /** Table holding the keys */
QTextEdit *mTextPage{ nullptr }; /** Textedit associated to the notification */
QHBoxLayout *actionButtonLayout;
- [[maybe_unused]] QVector<QString> verifyDetailStringVector; /** Vector containing the text for labels in verifydetaildialog */
- [[maybe_unused]] QVector<InfoBoardStatus> verifyDetailStatusVector; /** Vector containing the status for labels in verifydetaildialog */
};