summaryrefslogtreecommitdiffstats
path: root/plugins/fossil/fossilclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fossil/fossilclient.h')
-rw-r--r--plugins/fossil/fossilclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/fossil/fossilclient.h b/plugins/fossil/fossilclient.h
index 7c9fba0..20f3214 100644
--- a/plugins/fossil/fossilclient.h
+++ b/plugins/fossil/fossilclient.h
@@ -49,12 +49,14 @@ public:
DiffIgnoreWhiteSpaceFeature = 0x8,
TimelinePathFeature = 0x10,
AnnotateRevisionFeature = 0x20,
+ InfoHashFeature = 0x40,
AllSupportedFeatures = // | all defined features
AnnotateBlameFeature
| TimelineWidthFeature
| DiffIgnoreWhiteSpaceFeature
| TimelinePathFeature
| AnnotateRevisionFeature
+ | InfoHashFeature
};
Q_DECLARE_FLAGS(SupportedFeatures, SupportedFeature)