diff options
author | Elvis Angelaccio <elvis.angelaccio@kde.org> | 2017-09-08 16:46:59 +0200 |
---|---|---|
committer | Elvis Angelaccio <elvis.angelaccio@kde.org> | 2017-09-10 22:39:24 +0200 |
commit | 34c2460d09ddaed1326e0da09f2ac4aceaafa558 (patch) | |
tree | bdaa1e3ab52b62ae315f32ae9f1b3d500b7a4fe0 /src/gui | |
parent | 7b88f7d8edb73fde766a84938efab253b582d5dd (diff) | |
download | kconfig-34c2460d09ddaed1326e0da09f2ac4aceaafa558.tar.gz kconfig-34c2460d09ddaed1326e0da09f2ac4aceaafa558.tar.bz2 |
Deprecate KStandardShortcut::SaveOptions
For consistency with D7293.
Differential Revision: https://phabricator.kde.org/D7758
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kstandardshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kstandardshortcut.h b/src/gui/kstandardshortcut.h index a5f172f8..0b3b6589 100644 --- a/src/gui/kstandardshortcut.h +++ b/src/gui/kstandardshortcut.h @@ -134,7 +134,7 @@ enum StandardShortcut { Spelling, ///< Pop up the spell checker. ShowToolbar, ///< Show/Hide the toolbar. ShowStatusbar, ///< Show/Hide the statusbar. - SaveOptions, + SaveOptions, ///< @deprecated since 5.39 KeyBindings, ///< Display the configure key bindings dialog. Preferences, ///< Display the preferences/options dialog. ConfigureToolbars, ///< Display the toolbar configuration dialog. |