From d5b4d64ca0609f65cda606d1456f4040ff008cda Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 9 Feb 2016 16:14:31 +0100 Subject: Use Sink instead of SinkCommon --- common/propertymapper.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/propertymapper.h') diff --git a/common/propertymapper.h b/common/propertymapper.h index 3fb3b44..57202ab 100644 --- a/common/propertymapper.h +++ b/common/propertymapper.h @@ -19,7 +19,7 @@ #pragma once -#include "sinkcommon_export.h" +#include "sink_export.h" #include #include #include @@ -29,17 +29,17 @@ * Defines how to convert qt primitives to flatbuffer ones */ template -flatbuffers::uoffset_t SINKCOMMON_EXPORT variantToProperty(const QVariant &, flatbuffers::FlatBufferBuilder &fbb); +flatbuffers::uoffset_t SINK_EXPORT variantToProperty(const QVariant &, flatbuffers::FlatBufferBuilder &fbb); /** * Defines how to convert flatbuffer primitives to qt ones */ template -QVariant SINKCOMMON_EXPORT propertyToVariant(const flatbuffers::String *); +QVariant SINK_EXPORT propertyToVariant(const flatbuffers::String *); template -QVariant SINKCOMMON_EXPORT propertyToVariant(uint8_t); +QVariant SINK_EXPORT propertyToVariant(uint8_t); template -QVariant SINKCOMMON_EXPORT propertyToVariant(const flatbuffers::Vector *); +QVariant SINK_EXPORT propertyToVariant(const flatbuffers::Vector *); /** -- cgit v1.2.3