diff options
Diffstat (limited to 'common/propertymapper.h')
-rw-r--r-- | common/propertymapper.h | 2 |
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 | */ |
36 | template <typename T> | 36 | template <typename T> |
37 | QVariant propertyToVariant(const flatbuffers::String *); | 37 | QVariant propertyToVariant(const flatbuffers::String *); |
38 | template <typename T> | ||
39 | QVariant propertyToVariant(uint8_t); | ||
38 | 40 | ||
39 | 41 | ||
40 | /** | 42 | /** |