aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 16:07:02 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 16:07:02 +0200
commit80adce8dd14f2379eec55b198399819d582b2ab6 (patch)
tree0036f1ce521e99cb33e58581e450b11e7f16e4ab
parent8307b90e8136e7c3adc6d0419f6eda0d58b27614 (diff)
downloadextra-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.cmake2
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.