aboutsummaryrefslogtreecommitdiff
path: root/src/gui/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Redondo <kde@david-redondo.de>2020-05-22 22:54:17 +0200
committerDavid Redondo <kde@david-redondo.de>2020-05-23 09:30:05 +0200
commit24e0799ccc85967d958b1de706186ec154f64226 (patch)
tree1461a6cf23e816cea8e4c3e3a331ef842df74a23 /src/gui/CMakeLists.txt
parent9bbf7cf53f573fa48f4bddd9b632cfba7171914d (diff)
downloadkconfig-24e0799ccc85967d958b1de706186ec154f64226.tar.gz
kconfig-24e0799ccc85967d958b1de706186ec154f64226.tar.bz2
Add KStandardShortcut::findByName(const QString&) and deprecate find(const char*)
KStandardShortcut::name returns a QString, this makes the api symmetric and more straightforward to use.
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 7c0c2f58..5a276f97 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -15,7 +15,7 @@ ecm_generate_export_header(KF5ConfigGui
GROUP_BASE_NAME KF
VERSION ${KF5_VERSION}
DEPRECATED_BASE_VERSION 0
- DEPRECATION_VERSIONS 5.11 5.39
+ DEPRECATION_VERSIONS 5.11 5.39 5.71
EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
)