all: use fully qualified type names in signals and invokables

Further fixes qmllint/qmlls
This commit is contained in:
outfoxxed 2024-11-01 21:10:21 -07:00
parent 98cdb87181
commit cdeec6ee83
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
8 changed files with 13 additions and 12 deletions

View file

@ -33,7 +33,7 @@ public:
};
Q_ENUM(Enum);
Q_INVOKABLE static QString toString(UPowerDeviceState::Enum status);
Q_INVOKABLE static QString toString(qs::service::upower::UPowerDeviceState::Enum status);
};
///! Type of a UPower device.
@ -77,7 +77,7 @@ public:
};
Q_ENUM(Enum);
Q_INVOKABLE static QString toString(UPowerDeviceType::Enum type);
Q_INVOKABLE static QString toString(qs::service::upower::UPowerDeviceType::Enum type);
};
///! A device exposed through the UPower system service.