|
hydrogen 1.2.6
|
Compatibility class to support QDropEvent more esily in Qt5 and Qt6. More...
#include <DropEvent.h>
Public Member Functions | |
| DropEvent (QDropEvent *) | |
| ~DropEvent () | |
| QPointF | position () const |
Compatibility class to support QDropEvent more esily in Qt5 and Qt6.
At some point, when we dropped Qt5 support, we can drop this class too and use the plain QDropEvent again. Therefore, it is important to not add any members incompatible with the Qt6 interface of QDropEvent.
Definition at line 34 of file DropEvent.h.
| DropEvent | ( | QDropEvent * | pEv | ) |
Definition at line 28 of file DropEvent.cpp.
| ~DropEvent | ( | ) |
Definition at line 38 of file DropEvent.cpp.
| QPointF position | ( | ) | const |
Definition at line 41 of file DropEvent.cpp.