Quarter: Update Quarter code

* Removes unused default constructors of the device classes
* Changes several doc strings
This commit is contained in:
wmayer
2024-06-28 12:40:39 +02:00
committed by Chris Hennes
parent 12e8fb1695
commit 2b08586059
21 changed files with 84 additions and 118 deletions

View File

@@ -262,7 +262,7 @@ public:
class SpaceNavigatorDevice : public Quarter::InputDevice {
public:
SpaceNavigatorDevice() = default;
SpaceNavigatorDevice() : InputDevice(nullptr) {}
~SpaceNavigatorDevice() override = default;
const SoEvent* translateEvent(QEvent* event) override {