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 51c6dbd3e3
commit 12f5f70757
21 changed files with 84 additions and 118 deletions

View File

@@ -164,6 +164,7 @@ SbBool SoGestureSwipeEvent::isSoGestureSwipeEvent(const SoEvent *ev) const
//----------------------------GesturesDevice-------------------------------
GesturesDevice::GesturesDevice(QWidget* widget)
: InputDevice(nullptr)
{
if (SoGestureEvent::getClassTypeId().isBad()){
SoGestureEvent::initClass();