diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-23 14:02:15 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-23 14:02:15 +0100 |
commit | e1430017eb60976610f4963cd770116a4a486c2e (patch) | |
tree | 56d7551e39c6d83ac25aa6ea49f9e11ffcdcc07f /common/domain/propertyregistry.h | |
parent | 86045e308c10c60cd7c4339d305cee1acb084760 (diff) | |
download | sink-e1430017eb60976610f4963cd770116a4a486c2e.tar.gz sink-e1430017eb60976610f4963cd770116a4a486c2e.zip |
New properties
Diffstat (limited to 'common/domain/propertyregistry.h')
-rw-r--r-- | common/domain/propertyregistry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/domain/propertyregistry.h b/common/domain/propertyregistry.h index 16df23b..758c10d 100644 --- a/common/domain/propertyregistry.h +++ b/common/domain/propertyregistry.h | |||
@@ -49,6 +49,9 @@ template <> | |||
49 | QVariant parseString<bool>(const QString &s); | 49 | QVariant parseString<bool>(const QString &s); |
50 | 50 | ||
51 | template <> | 51 | template <> |
52 | QVariant parseString<int>(const QString &s); | ||
53 | |||
54 | template <> | ||
52 | QVariant parseString<QList<QByteArray>>(const QString &s); | 55 | QVariant parseString<QList<QByteArray>>(const QString &s); |
53 | 56 | ||
54 | template <> | 57 | template <> |