diff options
Diffstat (limited to 'tracker-steamvr/steamvr.hpp')
-rw-r--r-- | tracker-steamvr/steamvr.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tracker-steamvr/steamvr.hpp b/tracker-steamvr/steamvr.hpp index 62815a58..a8903959 100644 --- a/tracker-steamvr/steamvr.hpp +++ b/tracker-steamvr/steamvr.hpp @@ -37,7 +37,7 @@ struct settings : opts struct device_spec { vr::TrackedDevicePose_t pose; - QString model, serial; + QString model, serial, type; unsigned k; }; @@ -98,7 +98,6 @@ public: private: Ui::dialog ui; settings s; - device_list devices; private slots: void doOK(); |