diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-03 19:49:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-06 04:29:50 +0200 |
commit | f84cf70bad3833d6860228a080673cfa24aa59d7 (patch) | |
tree | 59011e5d29221c636c279e40df10b0c89e4259f6 /tracker-steamvr/steamvr.hpp | |
parent | fb958d5418304995f04e997cc9df1bda14ebbd83 (diff) |
tracker/steamvr: show device type before serial
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(); |