summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-04-29 17:57:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-04-29 17:57:28 +0200
commit8b93346f02f8e78e1724efae7a3314ff7b848db9 (patch)
treec445cf0f4c5ace45c22203155fc43b657c953d88 /options
parentfc1cd03f8dee09e2bbb37cdf2d440ac92da6d601 (diff)
options/value: add missing explicit instantiation
Diffstat (limited to 'options')
-rw-r--r--options/value.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/value.hpp b/options/value.hpp
index 2c2e9dd0..a95626f7 100644
--- a/options/value.hpp
+++ b/options/value.hpp
@@ -164,6 +164,7 @@ private:
OTR_OPT_VALUE value<QList<QString>>;
OTR_OPT_VALUE value<QList<slider_value>>;
OTR_OPT_VALUE value<QList<QPointF>>;
+ OTR_OPT_VALUE value<QList<QVariant>>;
#endif