aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2020-06-17 13:45:54 +0200
committerAhmad Samir <a.samirh78@gmail.com>2021-11-26 19:42:47 +0200
commit2cd5cdfa4a36c5fbeed715297a89bacfa8753ddb (patch)
treea412fbc426e02dcae17586706ffa46d1c69c4ed9 /src/core/CMakeLists.txt
parent4c62867b4a38db28c29a063219b9d0f5c7f1cac6 (diff)
downloadkconfig-2cd5cdfa4a36c5fbeed715297a89bacfa8753ddb.tar.gz
kconfig-2cd5cdfa4a36c5fbeed715297a89bacfa8753ddb.tar.bz2
KDesktopFile: deprecate resource()
It is redundant since the parent class, KConfig, has locationType(). Add some API docs for fileName(), even though one could use KConfig::name() from the parent class, I think this would be confusing given a .desktop file has a Name= entry, so fileName() is less ambiguous. These seem to be leftovers from a previous refactor that happened a long time ago.
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 6c242253..c91dd040 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -32,7 +32,7 @@ ecm_generate_export_header(KF5ConfigCore
GROUP_BASE_NAME KF
VERSION ${KF_VERSION}
DEPRECATED_BASE_VERSION 0
- DEPRECATION_VERSIONS 4.0 5.0 5.24 5.42 5.82
+ DEPRECATION_VERSIONS 4.0 5.0 5.24 5.42 5.82 5.89
EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
)