Qt: remove some more leftovers of Qt4
This commit is contained in:
@@ -220,9 +220,8 @@ void MeshSelection::prepareFreehandSelection(bool add,SoEventCallbackCB *cb)
|
||||
QCursor custom(cursor, mask, CROSS_HOT_X, CROSS_HOT_Y);
|
||||
viewer->setComponentCursor(custom);
|
||||
};
|
||||
#if (QT_VERSION >= 0x050000)
|
||||
|
||||
QObject::connect(viewer, &Gui::View3DInventorViewer::devicePixelRatioChanged, setComponentCursor);
|
||||
#endif
|
||||
setComponentCursor();
|
||||
this->addToSelection = add;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user