forked from quickshell/quickshell
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
|
@ -84,7 +84,7 @@ public:
|
|||
|
||||
/// Print a human readable representation of the given channel,
|
||||
/// including aux and custom channel ranges.
|
||||
Q_INVOKABLE static QString toString(PwAudioChannel::Enum value);
|
||||
Q_INVOKABLE static QString toString(qs::service::pipewire::PwAudioChannel::Enum value);
|
||||
};
|
||||
|
||||
enum class PwNodeType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue