internal: fix serviceref lsp warning
This commit is contained in:
parent
8a46b63a55
commit
0104fe25b2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class ServiceRef : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
QML_ELEMENT
|
QML_ELEMENT
|
||||||
|
|
||||||
Q_PROPERTY(Service* service READ service WRITE setService NOTIFY serviceChanged)
|
Q_PROPERTY(caelestia::services::Service* service READ service WRITE setService NOTIFY serviceChanged)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit ServiceRef(Service* service = nullptr, QObject* parent = nullptr);
|
explicit ServiceRef(Service* service = nullptr, QObject* parent = nullptr);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue