summaryrefslogtreecommitdiffstats
path: root/demos/shared
ModeNameSize
-rw-r--r--arthurstyle.cpp17805logstatsplain
-rw-r--r--arthurstyle.h3207logstatsplain
-rw-r--r--arthurwidgets.cpp10974logstatsplain
-rw-r--r--arthurwidgets.h3826logstatsplain
-rw-r--r--hoverpoints.cpp13759logstatsplain
-rw-r--r--hoverpoints.h4598logstatsplain
d---------images1892logstatsplain
-rw-r--r--shared.pri542logstatsplain
-rw-r--r--shared.pro741logstatsplain
-rw-r--r--shared.qrc1645logstatsplain
oss-git/Qt.git/tree/src/gui/kernel/qapplication.cpp?h=v4.7.1&id=fbee62af06ebe2c8cf6da1cc18a665c69c64eff7'>src/gui/kernel/qapplication.cpp
@@ -4052,7 +4052,7 @@ bool QApplication::notify(QObject *receiver, QEvent *e)
touchEvent->setAccepted(eventAccepted);
break;
}
- case QEvent::WinGesture:
+ case QEvent::NativeGesture:
{
// only propagate the first gesture event (after the GID_BEGIN)
QWidget *w = static_cast<QWidget *>(receiver);
diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp