summaryrefslogtreecommitdiffstats
path: root/testapp/qscrollareakineticscroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/qscrollareakineticscroller.cpp')
-rw-r--r--testapp/qscrollareakineticscroller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/qscrollareakineticscroller.cpp b/testapp/qscrollareakineticscroller.cpp
index 0a00b4e..ce41610 100644
--- a/testapp/qscrollareakineticscroller.cpp
+++ b/testapp/qscrollareakineticscroller.cpp
@@ -178,6 +178,7 @@ bool QScrollAreaKineticScroller::eventFilter(QObject *o, QEvent *e)
bool isMouseEvent = false;
bool isMouseDown = false;
+ qDebug("QScrollAreaKineticScroller::eventFilter: %d", e->type());
if (d->area && (o == d->area->viewport()) &&
!d->ignoreEvents && d->area->isEnabled() && isEnabled()) {
switch (e->type()) {