aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/src/infokeydata.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/src/infokeydata.h')
-rw-r--r--libcontextsubscriber/src/infokeydata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcontextsubscriber/src/infokeydata.h b/libcontextsubscriber/src/infokeydata.h
index 0be577c1..efbcecf0 100644
--- a/libcontextsubscriber/src/infokeydata.h
+++ b/libcontextsubscriber/src/infokeydata.h
@@ -39,6 +39,7 @@ struct InfoKeyData
QString name; ///< Name of the we're storing data for.
ContextTypeInfo typeInfo; ///< Type information of the key.
QString doc; ///< Doc for the key.
+ bool deprecated; ///< Whether the key is deprecated.
};
#endif // INFOKEYDATA_H