Fix LocationHelper registration
This commit is contained in:
@@ -12,7 +12,8 @@ class LocationHelper : public QObject
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
QML_ELEMENT
|
QML_ELEMENT
|
||||||
QML_UNCREATABLE("")
|
QML_SINGLETON
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/** Unite two rectanlges. */
|
/** Unite two rectanlges. */
|
||||||
Q_INVOKABLE static QRectF unite(const QRectF &r1, const QRectF &r2);
|
Q_INVOKABLE static QRectF unite(const QRectF &r1, const QRectF &r2);
|
||||||
|
|||||||
Reference in New Issue
Block a user