[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:
Klaus Basan
2019-10-27 16:55:18 +01:00
committed by Mat Sutcliffe
parent a9a772c929
commit 1d195b87fa
3 changed files with 69 additions and 25 deletions

View File

@@ -57,6 +57,9 @@ namespace BlackMisc
//! Disconnect all
int disconnectAll();
//! Empty
bool isEmpty() const { return m_connections.isEmpty(); }
private:
QList<QMetaObject::Connection> m_connections;
};