summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qevent_p.h')
-rw-r--r--src/gui/kernel/qevent_p.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/kernel/qevent_p.h b/src/gui/kernel/qevent_p.h
index a53b2c537a..731cfc97f2 100644
--- a/src/gui/kernel/qevent_p.h
+++ b/src/gui/kernel/qevent_p.h
@@ -167,18 +167,6 @@ public:
QScrollEvent::ScrollState state;
};
-class QExposeEvent : public QEvent
-{
-public:
- inline QExposeEvent(const QRegion &rgn)
- : QEvent(Expose)
- , region(rgn)
- {
- }
-
- QRegion region;
-};
-
QT_END_NAMESPACE
#endif // QEVENT_P_H