diff options
| author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 18:13:56 +0200 | 
|---|---|---|
| committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 18:27:40 +0200 | 
| commit | 1a7260fc8eb40cd5cf5af9a3befdaa39f3972fcf (patch) | |
| tree | 368488730361a7fc4b64de5a6830b870d500fb2a | |
| parent | 97de5ca22bc2e9270809a24d00fe6b748ddbb9e7 (diff) | |
| download | extra-cmake-modules-1a7260fc8eb40cd5cf5af9a3befdaa39f3972fcf.tar.gz extra-cmake-modules-1a7260fc8eb40cd5cf5af9a3befdaa39f3972fcf.tar.bz2  | |
API dox: drop ECMQtDeclareLoggingCategory outdated notes about Qt <= 5.5
Complements 6f8e9ff84b959ba763fcff18f0c519075ea1df03
NO_CHANGELOG
| -rw-r--r-- | modules/ECMQtDeclareLoggingCategory.cmake | 5 | 
1 files changed, 0 insertions, 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 ``<filename>`` 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". -  ``<identifier>`` may include namespaces (eg: ``foo::bar::IDENT``).  If ``EXPORT`` is passed, the category will be registered for the group id  | 
