diff options
Diffstat (limited to 'common/domain/propertyregistry.cpp')
-rw-r--r-- | common/domain/propertyregistry.cpp | 9 |
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 | ||
48 | template <> | 48 | template <> |
49 | QVariant 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 | |||
57 | template <> | ||
58 | QVariant parseString<bool>(const QString &s) | 49 | QVariant parseString<bool>(const QString &s) |
59 | { | 50 | { |
60 | if (s == "true") { | 51 | if (s == "true") { |