From 631be569fe5b277c4c1729019305e06b02cec611 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 22 Jun 2020 14:08:04 +0200 Subject: cleanup: forward declare QHideEvent and QShowEvent Don't include the respective header files in filterwidget2.h Signed-off-by: Berthold Stoeger --- desktop-widgets/filterwidget2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop-widgets/filterwidget2.h b/desktop-widgets/filterwidget2.h index 3de16872e..76d089b61 100644 --- a/desktop-widgets/filterwidget2.h +++ b/desktop-widgets/filterwidget2.h @@ -1,8 +1,6 @@ #ifndef FILTERWIDGET_2_H #define FILTERWIDGET_2_H -#include -#include #include #include @@ -13,6 +11,8 @@ class FilterConstraintWidget; class QMenu; +class QHideEvent; +class QShowEvent; class FilterWidget2 : public QWidget { Q_OBJECT -- cgit v1.2.3-70-g09d2