修复编译错误
This commit is contained in:
parent
b513ad746f
commit
a0fcf99a64
|
@ -3057,7 +3057,7 @@ void QGuiApplicationPrivate::processTouchEvent(QWindowSystemInterfacePrivate::To
|
||||||
QEvent::Type mouseEventType = QEvent::MouseMove;
|
QEvent::Type mouseEventType = QEvent::MouseMove;
|
||||||
Qt::MouseButton button = Qt::NoButton;
|
Qt::MouseButton button = Qt::NoButton;
|
||||||
Qt::MouseButtons buttons = Qt::LeftButton;
|
Qt::MouseButtons buttons = Qt::LeftButton;
|
||||||
if (eventType == QEvent::TouchBegin && m_fakeMouseSourcePointId < 0)
|
if ((eventType == QEvent::TouchBegin && m_fakeMouseSourcePointId < 0)
|
||||||
|| (touchPoints.count() == 1 && m_fakeMouseSourcePointId != touchPoints.first().id()))
|
|| (touchPoints.count() == 1 && m_fakeMouseSourcePointId != touchPoints.first().id()))
|
||||||
m_fakeMouseSourcePointId = touchPoints.first().id();
|
m_fakeMouseSourcePointId = touchPoints.first().id();
|
||||||
for (const auto &touchPoint : touchPoints) {
|
for (const auto &touchPoint : touchPoints) {
|
||||||
|
|
Loading…
Reference in New Issue