diff options
Diffstat (limited to 'tracker-steamvr/steamvr.hpp')
-rw-r--r-- | tracker-steamvr/steamvr.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-steamvr/steamvr.hpp b/tracker-steamvr/steamvr.hpp index 9db32904..62815a58 100644 --- a/tracker-steamvr/steamvr.hpp +++ b/tracker-steamvr/steamvr.hpp @@ -27,10 +27,10 @@ using origin = vr::ETrackingUniverseOrigin; struct settings : opts { - value<QString> device_serial; + value<QVariant> device_serial; settings() : opts("valve-steamvr"), - device_serial(b, "serial", "") + device_serial(b, "serial", QVariant(QVariant::String)) {} }; |