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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qevent_p.h b/src/gui/kernel/qevent_p.h
index a776b957a5..227b1a4303 100644
--- a/src/gui/kernel/qevent_p.h
+++ b/src/gui/kernel/qevent_p.h
@@ -79,8 +79,6 @@ public:
void addPoint(const QEventPoint &point);
};
-static_assert(sizeof(QMutableTouchEvent) == sizeof(QTouchEvent));
-
class Q_GUI_EXPORT QMutableSinglePointEvent : public QSinglePointEvent
{
public:
@@ -104,8 +102,6 @@ public:
void setDoubleClick(bool d = true) { m_doubleClick = d; }
};
-static_assert(sizeof(QMutableSinglePointEvent) == sizeof(QSinglePointEvent));
-
QT_END_NAMESPACE
#endif // QEVENT_P_H