From 7af6d6fd09dfbc84aa94cf4f463ad07827e4a67e Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 12 Mar 2020 11:26:14 +0100 Subject: [PATCH] QSK_DEBUG_RENDER_TIMING does not work with Qt >= 5.12 --- src/controls/QskWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controls/QskWindow.cpp b/src/controls/QskWindow.cpp index 426039b5..3da1f362 100644 --- a/src/controls/QskWindow.cpp +++ b/src/controls/QskWindow.cpp @@ -26,6 +26,8 @@ QSK_QT_PRIVATE_END #ifdef QSK_DEBUG_RENDER_TIMING +// does not work with Qt >= 5.12 TODO ... + #include #include Q_LOGGING_CATEGORY( logTiming, "qsk.window.timing", QtCriticalMsg )