diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-09-08 21:08:54 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-09-08 21:08:54 +0200 |
commit | bbbda3fe9444eba6795a5490da0425cdf8f26361 (patch) | |
tree | d558ce110b71278df91135db5ac29c484e588ac5 /common/propertymapper.h | |
parent | 43ae43bc74800473aadf9c5c807603cdf8516d36 (diff) | |
download | sink-bbbda3fe9444eba6795a5490da0425cdf8f26361.tar.gz sink-bbbda3fe9444eba6795a5490da0425cdf8f26361.zip |
Added support for mails to akonadi and the dummyresource.
Adding new types definitely needs to become easier.
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 | /** |