forked from quickshell/quickshell
services/pipewire: add missing ; after Q_ENUM for docgen
This commit is contained in:
parent
3d3b7f1c05
commit
02362c3e94
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ public:
|
||||||
// @@PwNodeType.Video and @@PwNodeType.Sink flags.
|
// @@PwNodeType.Video and @@PwNodeType.Sink flags.
|
||||||
VideoSink = Video | Sink,
|
VideoSink = Video | Sink,
|
||||||
};
|
};
|
||||||
Q_ENUM(Flag)
|
Q_ENUM(Flag);
|
||||||
Q_DECLARE_FLAGS(Flags, Flag)
|
Q_DECLARE_FLAGS(Flags, Flag);
|
||||||
Q_INVOKABLE static QString toString(qs::service::pipewire::PwNodeType::Flags type);
|
Q_INVOKABLE static QString toString(qs::service::pipewire::PwNodeType::Flags type);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue