aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-10-11 16:02:21 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-10-11 16:02:21 +0200
commita1e885177bd9421a8ede4bec870a8fdc8b89a693 (patch)
tree472a32780476220073d9fa59185d4e59510c94a4
parent7b516cdf0b987e542b1e4cd4556ecb2bfbde3ff9 (diff)
downloadlibquotient-a1e885177bd9421a8ede4bec870a8fdc8b89a693.tar.gz
libquotient-a1e885177bd9421a8ede4bec870a8fdc8b89a693.zip
formatJson(QDebug): Drop some very old cruft
-rw-r--r--lib/logging.h4
1 files changed, 0 insertions, 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
}
/**