diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-06 08:18:38 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-06 08:38:09 +0100 |
commit | 95854555f038708ddb3fe2e7244deaa57e9a4b8c (patch) | |
tree | 025dd3a2d8dc8d686d02c05175f1582e4b3801ba /common/domain/propertyregistry.h | |
parent | 9b84aff4b68c3cef3328c85ac12418048b169cee (diff) | |
download | sink-95854555f038708ddb3fe2e7244deaa57e9a4b8c.tar.gz sink-95854555f038708ddb3fe2e7244deaa57e9a4b8c.zip |
Removed all traces of BLOB properties
Diffstat (limited to 'common/domain/propertyregistry.h')
-rw-r--r-- | common/domain/propertyregistry.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/domain/propertyregistry.h b/common/domain/propertyregistry.h index 758c10d..be63989 100644 --- a/common/domain/propertyregistry.h +++ b/common/domain/propertyregistry.h | |||
@@ -43,9 +43,6 @@ template <> | |||
43 | QVariant parseString<Sink::ApplicationDomain::Reference>(const QString &s); | 43 | QVariant parseString<Sink::ApplicationDomain::Reference>(const QString &s); |
44 | 44 | ||
45 | template <> | 45 | template <> |
46 | QVariant parseString<Sink::ApplicationDomain::BLOB>(const QString &s); | ||
47 | |||
48 | template <> | ||
49 | QVariant parseString<bool>(const QString &s); | 46 | QVariant parseString<bool>(const QString &s); |
50 | 47 | ||
51 | template <> | 48 | template <> |