diff options
-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 |