aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/EditorPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/EditorPage.h')
-rw-r--r--include/ui/EditorPage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ui/EditorPage.h b/include/ui/EditorPage.h
index 53d4625c..a06d6cd6 100644
--- a/include/ui/EditorPage.h
+++ b/include/ui/EditorPage.h
@@ -92,10 +92,7 @@ public:
private:
QTextEdit *textPage; /** The textedit of the tab */
QVBoxLayout *mainLayout; /** The layout for the tab */
- [[maybe_unused]] QWidget *notificationWidget{}; /** The notification widget shown at the buttom of the tab */
- [[maybe_unused]] QMenu *verifyMenu{}; /** The menu in the notifiaction widget */
QString fullFilePath; /** The path to the file handled in the tab */
- [[maybe_unused]] QLabel *verifyLabel{}; /** The label of the verify-notification widget */
bool signMarked{}; /** true, if the signed header is marked, false if not */
private slots: