aboutsummaryrefslogtreecommitdiff
path: root/lib/logging.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-11-11 08:27:42 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-11-11 08:27:42 +0100
commit766410a6c9e928915ece112f4f4f4a4317789e5f (patch)
tree95cb911222a51718fd27c788c0a83805c75aa33f /lib/logging.h
parent5c0346f3a700e6af31463490b7af3382b86e09d5 (diff)
parent65bb0b5fcf029df7a9bfa0b7b7b7e3203fd7862f (diff)
downloadlibquotient-766410a6c9e928915ece112f4f4f4a4317789e5f.tar.gz
libquotient-766410a6c9e928915ece112f4f4f4a4317789e5f.zip
Merge branch 'dev' into kitsune-fix-read-receipts-and-markers
Diffstat (limited to 'lib/logging.h')
-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
}
/**