diff options
author | David Redondo <kde@david-redondo.de> | 2020-05-22 22:54:17 +0200 |
---|---|---|
committer | David Redondo <kde@david-redondo.de> | 2020-05-23 09:30:05 +0200 |
commit | 24e0799ccc85967d958b1de706186ec154f64226 (patch) | |
tree | 1461a6cf23e816cea8e4c3e3a331ef842df74a23 /autotests/kstandardshortcuttest.h | |
parent | 9bbf7cf53f573fa48f4bddd9b632cfba7171914d (diff) | |
download | kconfig-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 'autotests/kstandardshortcuttest.h')
-rw-r--r-- | autotests/kstandardshortcuttest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/kstandardshortcuttest.h b/autotests/kstandardshortcuttest.h index 3d186226..ae484458 100644 --- a/autotests/kstandardshortcuttest.h +++ b/autotests/kstandardshortcuttest.h @@ -19,6 +19,7 @@ private Q_SLOTS: void testLabel(); void testShortcut(); void testFindStdAccel(); + void testFindByName(); }; #endif |