muestra nombre de los dispositivos en la UI
This commit is contained in:
parent
53bcb38455
commit
db86987b6a
7 changed files with 76 additions and 10 deletions
|
|
@ -229,6 +229,10 @@ void libreMediaServerAudio::setUi(libreMediaServerAudioUi *lmsUi)
|
|||
connect(m_refreshUi, SIGNAL(timeout()), this, SLOT(refreshUi()));
|
||||
m_refreshUi->start(UI_REFRESH_TIME);
|
||||
m_ola->start(QThread::TimeCriticalPriority );
|
||||
for (uint i = 0; i < m_settings->getAudioDeviceQty(); i++) {
|
||||
char *name = m_mae.getDeviceName(i);
|
||||
m_lmsUi->m_aw->busNameChanged(i, name);
|
||||
}
|
||||
};
|
||||
|
||||
// From Ui widgets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue