diff options
author | Saturneric <[email protected]> | 2021-12-06 05:58:52 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-06 06:13:25 +0000 |
commit | b86aa03e5f6061f73389ef17cddf694e8a88f035 (patch) | |
tree | 81516b808e3e262819c6ada934c1c60b752ffc14 /src/ui/widgets/InfoBoardWidget.h | |
parent | Improve CI (diff) | |
parent | Merge pull request #27 from saturneric/develop-ui (diff) | |
download | GpgFrontend-b86aa03e5f6061f73389ef17cddf694e8a88f035.tar.gz GpgFrontend-b86aa03e5f6061f73389ef17cddf694e8a88f035.zip |
Merge branch 'develop' of github.com:saturneric/GpgFrontend into develop-ci
Diffstat (limited to 'src/ui/widgets/InfoBoardWidget.h')
-rw-r--r-- | src/ui/widgets/InfoBoardWidget.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui/widgets/InfoBoardWidget.h b/src/ui/widgets/InfoBoardWidget.h index 1a13e1a2..3c43f733 100644 --- a/src/ui/widgets/InfoBoardWidget.h +++ b/src/ui/widgets/InfoBoardWidget.h @@ -26,11 +26,11 @@ #define __VERIFYNOTIFICATION_H__ #include "EditorPage.h" -#include "FilePage.h" #include "gpg/result_analyse/VerifyResultAnalyse.h" #include "ui/VerifyDetailsDialog.h" namespace GpgFrontend::UI { + /** * @details Enumeration for the status of Verifylabel */ @@ -57,8 +57,6 @@ class InfoBoardWidget : public QWidget { void associateTextEdit(QTextEdit* edit); - void associateFileTreeView(FilePage* treeView); - void associateTabWidget(QTabWidget* tab); void addOptionalAction(const QString& name, @@ -100,8 +98,6 @@ class InfoBoardWidget : public QWidget { KeyList* mKeyList; /** Table holding the keys */ QTextEdit* mTextPage{nullptr}; /** TextEdit associated to the notification */ - FilePage* mFileTreeView{ - nullptr}; /** TreeView associated to the notification */ QTabWidget* mTabWidget{ nullptr}; /** TreeView associated to the notification */ |