From d2d2f9e8f561b121a0ce0c1e626d503bf5de2aa2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 15 May 2018 11:52:29 +0200 Subject: Build on windows --- common/propertymapper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/propertymapper.h') diff --git a/common/propertymapper.h b/common/propertymapper.h index 49224fa..9177e3f 100644 --- a/common/propertymapper.h +++ b/common/propertymapper.h @@ -48,6 +48,8 @@ QVariant SINK_EXPORT propertyToVariant(const flatbuffers::String *); template QVariant SINK_EXPORT propertyToVariant(uint8_t); template +QVariant SINK_EXPORT propertyToVariant(int); +template QVariant SINK_EXPORT propertyToVariant(const flatbuffers::Vector *); template QVariant SINK_EXPORT propertyToVariant(const flatbuffers::Vector> *); -- cgit v1.2.3