Compilefix from Pauls high DPI changes
Change-Id: I871cf93c690be2709d4fb6a1377f102c8d32e243
This commit is contained in:
parent
3aa93bb379
commit
db75602d80
@ -89,15 +89,15 @@ void QWaylandDrag::cancel()
|
||||
m_display->currentInputDevice()->dataDevice()->cancelDrag();
|
||||
}
|
||||
|
||||
void QWaylandDrag::move(const QMouseEvent *me)
|
||||
void QWaylandDrag::move(const QPoint &globalPos)
|
||||
{
|
||||
Q_UNUSED(me);
|
||||
Q_UNUSED(globalPos);
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
void QWaylandDrag::drop(const QMouseEvent *me)
|
||||
void QWaylandDrag::drop(const QPoint &globalPos)
|
||||
{
|
||||
Q_UNUSED(me);
|
||||
Q_UNUSED(globalPos);
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
@ -63,8 +63,8 @@ public:
|
||||
protected:
|
||||
void startDrag() Q_DECL_OVERRIDE;
|
||||
void cancel() Q_DECL_OVERRIDE;
|
||||
void move(const QMouseEvent *me) Q_DECL_OVERRIDE;
|
||||
void drop(const QMouseEvent *me) Q_DECL_OVERRIDE;
|
||||
void move(const QPoint &globalPos) Q_DECL_OVERRIDE;
|
||||
void drop(const QPoint &globalPos) Q_DECL_OVERRIDE;
|
||||
void endDrag() Q_DECL_OVERRIDE;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user