mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
service/pipewire: refactor defaults and metadata handling
This commit is contained in:
parent
7f9762be53
commit
f889f08901
11 changed files with 455 additions and 144 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "core.hpp"
|
||||
#include "metadata.hpp"
|
||||
#include "defaults.hpp"
|
||||
#include "registry.hpp"
|
||||
|
||||
namespace qs::service::pipewire {
|
||||
|
|
@ -13,7 +13,7 @@ public:
|
|||
explicit PwConnection(QObject* parent = nullptr);
|
||||
|
||||
PwRegistry registry;
|
||||
PwDefaultsMetadata defaults {&this->registry};
|
||||
PwDefaultTracker defaults {&this->registry};
|
||||
|
||||
static PwConnection* instance();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue