diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-09-01 11:06:23 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-09-01 11:06:23 +0200 |
commit | 5674ebfdc2a450319a2c49568daac2af7ea15ef0 (patch) | |
tree | cbbb8f63ce64dadb7ab2e8cec58fa7e0354ea6be /src | |
parent | f12ffa5b5528d1c9c38c62e75801bbe217ce5543 (diff) | |
download | kconfig-5674ebfdc2a450319a2c49568daac2af7ea15ef0.tar.gz kconfig-5674ebfdc2a450319a2c49568daac2af7ea15ef0.tar.bz2 |
Fix placement of new CreateFilder enumerator
Needs to be added at end of list for ABI reasons.
GIT_SILENT
Diffstat (limited to 'src')
-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 46885e28..30d62f98 100644 --- a/src/gui/kstandardshortcut.h +++ b/src/gui/kstandardshortcut.h @@ -139,10 +139,10 @@ enum StandardShortcut { AboutKDE, ///< Display the About KDE dialog. DeleteFile, ///< Permanently delete files or folders. @since 5.25 RenameFile, ///< Rename files or folders. @since 5.25 - CreateFolder, ///< Create a folder. @since 5.74 MoveToTrash, ///< Move files or folders to the trash. @since 5.25 Donate, ///< Open donation page on kde.org. @since 5.26 ShowHideHiddenFiles, ///< Toggle showing or hiding hidden files @since 5.70 + CreateFolder, ///< Create a folder. @since 5.74 // Insert new items here! StandardShortcutCount // number of standard shortcuts |