Merge branch 'master' into qt6_cmake_joshua

This commit is contained in:
joshua
2026-07-31 21:15:21 +02:00
parent f16cf7dac8
commit e6d29cf345
297 changed files with 82691 additions and 27463 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ void QetShapeItem::addHandler()
{
m_handler_vector = QetGraphicsHandlerItem::handlerForPoint(mapToScene(points_vector), QETUtils::graphicsHandlerSize(this));
for(const auto handler : qAsConst(m_handler_vector))
for(const auto handler : std::as_const(m_handler_vector))
{
handler->setZValue(this->zValue()+1);
handler->setColor(Qt::blue);