We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3b7f1 commit 02362c3Copy full SHA for 02362c3
src/services/pipewire/node.hpp
@@ -145,8 +145,8 @@ class PwNodeType: public QObject {
145
// @@PwNodeType.Video and @@PwNodeType.Sink flags.
146
VideoSink = Video | Sink,
147
};
148
- Q_ENUM(Flag)
149
- Q_DECLARE_FLAGS(Flags, Flag)
+ Q_ENUM(Flag);
+ Q_DECLARE_FLAGS(Flags, Flag);
150
Q_INVOKABLE static QString toString(qs::service::pipewire::PwNodeType::Flags type);
151
152
0 commit comments