From 911538180e520483afbb8b46256b6cc0a5c278fc Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 10 Mar 2020 10:42:24 +0100 Subject: [PATCH] QSK_DEBUG_RENDER_TIMING disabled --- src/controls/QskWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/controls/QskWindow.cpp b/src/controls/QskWindow.cpp index eec39ac4..cd7225a4 100644 --- a/src/controls/QskWindow.cpp +++ b/src/controls/QskWindow.cpp @@ -22,7 +22,7 @@ QSK_QT_PRIVATE_END #include #include -#define QSK_DEBUG_RENDER_TIMING +// #define QSK_DEBUG_RENDER_TIMING #ifdef QSK_DEBUG_RENDER_TIMING @@ -323,6 +323,7 @@ bool QskWindow::event( QEvent* event ) { if ( logTiming().isDebugEnabled() ) { + // updateTimer was removed with Qt 5.??? TODO ... if ( static_cast( event )->timerId() == d->updateTimer ) { if ( !d->renderInterval.isValid() )