From 5674ebfdc2a450319a2c49568daac2af7ea15ef0 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 1 Sep 2020 11:06:23 +0200 Subject: Fix placement of new CreateFilder enumerator Needs to be added at end of list for ABI reasons. GIT_SILENT --- src/gui/kstandardshortcut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.1