From a1e885177bd9421a8ede4bec870a8fdc8b89a693 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Mon, 11 Oct 2021 16:02:21 +0200 Subject: formatJson(QDebug): Drop some very old cruft --- lib/logging.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/logging.h b/lib/logging.h index 7e0da975..5a3ef6ea 100644 --- a/lib/logging.h +++ b/lib/logging.h @@ -37,11 +37,7 @@ using QDebugManip = QDebug (*)(QDebug); */ inline QDebug formatJson(QDebug debug_object) { -#if QT_VERSION < QT_VERSION_CHECK(5, 4, 0) - return debug_object; -#else return debug_object.noquote(); -#endif } /** -- cgit v1.2.3