aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/gifs/eventcapturer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/gifs/eventcapturer.cpp')
-rw-r--r--tests/manual/gifs/eventcapturer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/gifs/eventcapturer.cpp b/tests/manual/gifs/eventcapturer.cpp
index f84d7840..17994e3b 100644
--- a/tests/manual/gifs/eventcapturer.cpp
+++ b/tests/manual/gifs/eventcapturer.cpp
@@ -228,6 +228,7 @@ void EventCapturer::stopCapturing()
void EventCapturer::captureEvent(const QEvent *event)
{
+ qDebug() << "captured" << event->type();
CapturedEvent capturedEvent(*event, mDelayTimer.elapsed() - mLastCaptureTime);
mEvents.append(capturedEvent);
mLastCaptureTime = mDelayTimer.elapsed();