summaryrefslogtreecommitdiffstats
path: root/common/propertymapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/propertymapper.h')
-rw-r--r--common/propertymapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/propertymapper.h b/common/propertymapper.h
index 0c6c16f..72468e2 100644
--- a/common/propertymapper.h
+++ b/common/propertymapper.h
@@ -35,6 +35,8 @@ flatbuffers::uoffset_t variantToProperty(const QVariant &, flatbuffers::FlatBuff
35 */ 35 */
36template <typename T> 36template <typename T>
37QVariant propertyToVariant(const flatbuffers::String *); 37QVariant propertyToVariant(const flatbuffers::String *);
38template <typename T>
39QVariant propertyToVariant(uint8_t);
38 40
39 41
40/** 42/**