Remove platformDropData() that is removed from QPlatformDrag
Change-Id: I12321852027279d8b34d2e231253dfd858167a15 Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
2c24b00733
commit
697e074e2c
@ -62,13 +62,6 @@ QWaylandDrag::~QWaylandDrag()
|
||||
{
|
||||
}
|
||||
|
||||
QMimeData * QWaylandDrag::platformDropData()
|
||||
{
|
||||
if (drag())
|
||||
return drag()->mimeData();
|
||||
return 0;
|
||||
}
|
||||
|
||||
void QWaylandDrag::startDrag()
|
||||
{
|
||||
QBasicDrag::startDrag();
|
||||
|
@ -71,8 +71,6 @@ public:
|
||||
QWaylandDrag(QWaylandDisplay *display);
|
||||
~QWaylandDrag();
|
||||
|
||||
QMimeData *platformDropData();
|
||||
|
||||
void updateTarget(const QString &mimeType);
|
||||
void setResponse(const QPlatformDragQtResponse &response);
|
||||
void finishDrag(const QPlatformDropQtResponse &response);
|
||||
|
Loading…
x
Reference in New Issue
Block a user