cleanup: forward declare QHideEvent and QShowEvent

Don't include the respective header files in filterwidget2.h

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-06-22 14:08:04 +02:00 committed by Dirk Hohndel
parent 38b686687f
commit 631be569fe

View file

@ -1,8 +1,6 @@
#ifndef FILTERWIDGET_2_H
#define FILTERWIDGET_2_H
#include <QHideEvent>
#include <QShowEvent>
#include <vector>
#include <memory>
@ -13,6 +11,8 @@
class FilterConstraintWidget;
class QMenu;
class QHideEvent;
class QShowEvent;
class FilterWidget2 : public QWidget {
Q_OBJECT