diff options
author | Elvis Angelaccio <elvis.angelaccio@kdemail.net> | 2016-08-14 12:10:15 +0200 |
---|---|---|
committer | Elvis Angelaccio <elvis.angelaccio@kdemail.net> | 2016-08-14 12:13:19 +0200 |
commit | 3434b9efd0a8b77d558e4376af38e17d59ded66c (patch) | |
tree | b98b9ab1056f96d5b2d4df3c5b08c3aa689a9d33 /src/gui/kstandardshortcut.h | |
parent | 0eb1637e2e98b1a60be13dfc2842923d2246efd2 (diff) | |
download | kconfig-3434b9efd0a8b77d558e4376af38e17d59ded66c.tar.gz kconfig-3434b9efd0a8b77d558e4376af38e17d59ded66c.tar.bz2 |
Add Donate standard shortcut
REVIEW: 128608
CHANGELOG: Add Donate entry to KStandardShortcut
Diffstat (limited to 'src/gui/kstandardshortcut.h')
-rw-r--r-- | src/gui/kstandardshortcut.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kstandardshortcut.h b/src/gui/kstandardshortcut.h index a5a7c28f..0ff55d1e 100644 --- a/src/gui/kstandardshortcut.h +++ b/src/gui/kstandardshortcut.h @@ -117,6 +117,8 @@ enum StandardShortcut { DeleteFile, // @since 5.25 RenameFile, // @since 5.25 MoveToTrash, // @since 5.25 + + Donate, // @since 5.26 // Insert new items here! StandardShortcutCount // number of standard shortcuts |