Remove deprecated usage of setUserData.#1502
Conversation
|
The following links are available: build (ubuntu-18.04, full)
build (macOS-10.15, full) build (windows-latest, full) |
|
Needs testing by someone in VR. :) |
|
I just tested it in VR, especially with the tablet. Works perfectly fine. |
|
This should be ready for review after 1485 is merged. |
a0ba291 to
b8045b0
Compare
|
The following links are available: build (macOS-10.15, full) build (ubuntu-18.04, full)
build (windows-latest, full) build (self-hosted_debian-11_aarch64, full)
|
ctrlaltdavid
left a comment
There was a problem hiding this comment.
Needs updating with PR #1485 changes once that PR is merged.
This removes the usage of QObjectUserData, setUserData and userData. Fixes vircadia#1305
b8045b0 to
27ddd1d
Compare
|
The following links are available: build (ubuntu-18.04, full)
build (macOS-10.15, full) build (windows-latest, full) build (self-hosted_debian-11_aarch64, full)
|
This removes the usage of QObjectUserData, setUserData and userData.
The actual change is minor but this required rearranging things a bit. MenuUserData class is now declared in the header so that the Q_OBJECT macro is processed properly.
Fixes #1305
Builds on top of #1485