aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widgets/KeyList.h')
-rw-r--r--src/ui/widgets/KeyList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h
index cfefe043..25180496 100644
--- a/src/ui/widgets/KeyList.h
+++ b/src/ui/widgets/KeyList.h
@@ -59,6 +59,7 @@ struct KeyListColumn {
static constexpr InfoType Usage = 1 << 3; ///<
static constexpr InfoType Validity = 1 << 4; ///<
static constexpr InfoType FingerPrint = 1 << 5; ///<
+ static constexpr InfoType KeyID = 1 << 6; ///<
};
/**