aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r--gui/ListWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h
index fe3dd4cd7e..50d16f494f 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -42,6 +42,7 @@ enum NumberingMode {
enum {
kListItemDoubleClickedCmd = 'LIdb', // double click on item - 'data' will be item index
kListItemActivatedCmd = 'LIac', // item activated by return/enter - 'data' will be item index
+ kListItemRemovalRequestCmd = 'LIrm', // request to remove the item with the delete/backspace keys - 'data' will be item index
kListSelectionChangedCmd = 'Lsch' // selection changed - 'data' will be item index
};