Fix LocationHelper registration

This commit is contained in:
Tobias Fella
2023-10-14 23:38:14 +02:00
parent baa33f1843
commit 4b49559d39

View File

@@ -12,7 +12,8 @@ class LocationHelper : public QObject
{
Q_OBJECT
QML_ELEMENT
QML_UNCREATABLE("")
QML_SINGLETON
public:
/** Unite two rectanlges. */
Q_INVOKABLE static QRectF unite(const QRectF &r1, const QRectF &r2);