aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgKeyTableModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgKeyTableModel.h')
-rw-r--r--src/core/model/GpgKeyTableModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/model/GpgKeyTableModel.h b/src/core/model/GpgKeyTableModel.h
index 78289b41..f9389e54 100644
--- a/src/core/model/GpgKeyTableModel.h
+++ b/src/core/model/GpgKeyTableModel.h
@@ -48,6 +48,7 @@ enum class GpgKeyTableColumn : unsigned int {
kCREATE_DATE = 1 << 6,
kALGO = 1 << 7,
kSUBKEYS_NUMBER = 1 << 8,
+ kCOMMENT = 1 << 9,
kALL = ~0U
};