mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
38b686687f
commit
631be569fe
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
#ifndef FILTERWIDGET_2_H
|
#ifndef FILTERWIDGET_2_H
|
||||||
#define FILTERWIDGET_2_H
|
#define FILTERWIDGET_2_H
|
||||||
|
|
||||||
#include <QHideEvent>
|
|
||||||
#include <QShowEvent>
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
@ -13,6 +11,8 @@
|
||||||
|
|
||||||
class FilterConstraintWidget;
|
class FilterConstraintWidget;
|
||||||
class QMenu;
|
class QMenu;
|
||||||
|
class QHideEvent;
|
||||||
|
class QShowEvent;
|
||||||
|
|
||||||
class FilterWidget2 : public QWidget {
|
class FilterWidget2 : public QWidget {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue