summaryrefslogtreecommitdiffstats
path: root/common/domain/propertyregistry.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-06 08:18:38 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-06 08:38:09 +0100
commit95854555f038708ddb3fe2e7244deaa57e9a4b8c (patch)
tree025dd3a2d8dc8d686d02c05175f1582e4b3801ba /common/domain/propertyregistry.cpp
parent9b84aff4b68c3cef3328c85ac12418048b169cee (diff)
downloadsink-95854555f038708ddb3fe2e7244deaa57e9a4b8c.tar.gz
sink-95854555f038708ddb3fe2e7244deaa57e9a4b8c.zip
Removed all traces of BLOB properties
Diffstat (limited to 'common/domain/propertyregistry.cpp')
-rw-r--r--common/domain/propertyregistry.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/domain/propertyregistry.cpp b/common/domain/propertyregistry.cpp
index 7b9b61a..755e7b4 100644
--- a/common/domain/propertyregistry.cpp
+++ b/common/domain/propertyregistry.cpp
@@ -46,15 +46,6 @@ QVariant parseString<Sink::ApplicationDomain::Reference>(const QString &s)
46} 46}
47 47
48template <> 48template <>
49QVariant parseString<Sink::ApplicationDomain::BLOB>(const QString &s)
50{
51 //TODO copy path
52 // return QVariant::fromValue(Sink::ApplicationDomain::BLOB{s.toLatin1()});
53 Q_ASSERT(false);
54 return QVariant{};
55}
56
57template <>
58QVariant parseString<bool>(const QString &s) 49QVariant parseString<bool>(const QString &s)
59{ 50{
60 if (s == "true") { 51 if (s == "true") {