diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-29 17:57:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-29 17:57:28 +0200 |
commit | 8b93346f02f8e78e1724efae7a3314ff7b848db9 (patch) | |
tree | c445cf0f4c5ace45c22203155fc43b657c953d88 /options/value.hpp | |
parent | fc1cd03f8dee09e2bbb37cdf2d440ac92da6d601 (diff) |
options/value: add missing explicit instantiation
Diffstat (limited to 'options/value.hpp')
-rw-r--r-- | options/value.hpp | 1 |
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 |