focusControl => FocusControl

This commit is contained in:
Cyril Anisimov 2024-12-30 18:06:55 +01:00
parent 5e492e8392
commit 25a24bf38c
4 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@
#include <QQuickItem>
#include <QQuickWindow>
namespace focusControl
namespace FocusControl
{
QPointF getItemCenterPointOnScene(QQuickItem *item)
{
@ -125,4 +125,4 @@ namespace focusControl
qDebug() << prefix << " Item: " << i << " with coords: " << coords;
}
}
} // namespace focusControl
} // namespace FocusControl