diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 16:07:02 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 16:07:02 +0200 |
commit | 80adce8dd14f2379eec55b198399819d582b2ab6 (patch) | |
tree | 0036f1ce521e99cb33e58581e450b11e7f16e4ab | |
parent | 8307b90e8136e7c3adc6d0419f6eda0d58b27614 (diff) | |
download | extra-cmake-modules-80adce8dd14f2379eec55b198399819d582b2ab6.tar.gz extra-cmake-modules-80adce8dd14f2379eec55b198399819d582b2ab6.tar.bz2 |
API dox: QT -> Qt for official naming
NO_CHANGELOG
-rw-r--r-- | modules/ECMDeprecationSettings.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMDeprecationSettings.cmake b/modules/ECMDeprecationSettings.cmake index 8570d9b8..f6088346 100644 --- a/modules/ECMDeprecationSettings.cmake +++ b/modules/ECMDeprecationSettings.cmake @@ -7,7 +7,7 @@ ECMDeprecationSettings ----------------------- This module provides the ``ecm_set_disabled_deprecation_versions`` function setting the excluding -deprecated API for QT and KF projects. +deprecated API for Qt and KF projects. This method expects pairs of the identifier and deprecation version. For the identifier "QT" this functions adds the definition "QT_DISABLE_DEPRECATED_BEFORE" with the given version in a hexadecimal format. |