mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
all: use fully qualified type names in signals and invokables
Further fixes qmllint/qmlls
This commit is contained in:
parent
98cdb87181
commit
cdeec6ee83
8 changed files with 13 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue