From 1a7260fc8eb40cd5cf5af9a3befdaa39f3972fcf Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 12 Jun 2022 18:13:56 +0200 Subject: API dox: drop ECMQtDeclareLoggingCategory outdated notes about Qt <= 5.5 Complements 6f8e9ff84b959ba763fcff18f0c519075ea1df03 NO_CHANGELOG --- modules/ECMQtDeclareLoggingCategory.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/ECMQtDeclareLoggingCategory.cmake b/modules/ECMQtDeclareLoggingCategory.cmake index e8bfe9bb..2542f395 100644 --- a/modules/ECMQtDeclareLoggingCategory.cmake +++ b/modules/ECMQtDeclareLoggingCategory.cmake @@ -40,11 +40,6 @@ private sources (since 5.80). The target must not be an alias. If ```` is not absolute, it will be taken relative to the current binary directory. -If the code is compiled against Qt 5.4 or later, by default it will only log -output that is at least the severity specified by ``DEFAULT_SEVERITY``, or -"Info" level if ``DEFAULT_SEVERITY`` is not given. Note that, due to a -bug in Qt 5.5, "Info" may be treated as more severe than "Fatal". - ```` may include namespaces (eg: ``foo::bar::IDENT``). If ``EXPORT`` is passed, the category will be registered for the group id -- cgit v1.2.1