mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refactor: Simplify calls by not chaining
This commit is contained in:
@@ -60,7 +60,7 @@ namespace swift::core
|
||||
CContextAudio(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime);
|
||||
|
||||
//! Register myself in DBus
|
||||
CContextAudio *registerWithDBus(misc::CDBusServer *server);
|
||||
void registerWithDBus(misc::CDBusServer *server);
|
||||
|
||||
private:
|
||||
misc::audio::CAudioDeviceInfoList m_registeredDevices;
|
||||
|
||||
Reference in New Issue
Block a user