Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.2
-
None
-
Linux 64 bit
Description
qevent.h can not be built with all warnings enabled under g++, pointing to a potential problem with the implementation of some events.
/usr/include/QtGui/qevent.h|169| error: 'class QTabletEvent' has pointer data members
/usr/include/QtGui/qevent.h|169| error: but does not override 'QTabletEvent(const QTabletEvent&)'
/usr/include/QtGui/qevent.h|169| error: or 'operator=(const QTabletEvent&)'
/usr/include/QtGui/qevent.h|468| error: 'class QDropEvent' has pointer data members
/usr/include/QtGui/qevent.h|468| error: but does not override 'QDropEvent(const QDropEvent&)'
/usr/include/QtGui/qevent.h|468| error: or 'operator=(const QDropEvent&)'
/usr/include/QtGui/qevent.h|621| error: 'class QActionEvent' has pointer data members
/usr/include/QtGui/qevent.h|621| error: but does not override 'QActionEvent(const QActionEvent&)'
/usr/include/QtGui/qevent.h|621| error: or 'operator=(const QActionEvent&)'