mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
[AFV] Ref T731, allow to re-init audio in UI
* audio can be started/stopped and disabled/enabled * allow to connect signals if audio was started * allow default devices in combobox
This commit is contained in:
committed by
Mat Sutcliffe
parent
a9a772c929
commit
1d195b87fa
@@ -57,6 +57,9 @@ namespace BlackMisc
|
||||
//! Disconnect all
|
||||
int disconnectAll();
|
||||
|
||||
//! Empty
|
||||
bool isEmpty() const { return m_connections.isEmpty(); }
|
||||
|
||||
private:
|
||||
QList<QMetaObject::Connection> m_connections;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user