fix typo in fuction-name (looked like a mixture of French and English)

This commit is contained in:
plc-user
2025-02-14 16:47:39 +01:00
parent 43f0107eb1
commit 3471140b64
16 changed files with 55 additions and 55 deletions

View File

@@ -207,7 +207,7 @@ QVariant PartArc::itemChange(QGraphicsItem::GraphicsItemChange change, const QVa
{
if (change == ItemPositionHasChanged)
{
adjusteHandlerPos();
adjustHandlerPos();
}
else if (change == ItemSceneChange)
{
@@ -293,9 +293,9 @@ void PartArc::switchResizeMode()
}
/**
@brief PartArc::adjusteHandlerPos
@brief PartArc::adjustHandlerPos
*/
void PartArc::adjusteHandlerPos()
void PartArc::adjustHandlerPos()
{
if (m_handler_vector.isEmpty())
return;