mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Add hold feature.
This commit is contained in:
@@ -66,6 +66,7 @@ void StateDebugDialog::currentEventsChanged()
|
||||
{
|
||||
ui->listDetails->clear();
|
||||
int r = ui->listEvents->currentRow();
|
||||
if (r == -1) return;
|
||||
QString uuid = ui->listUUID->currentItem()->text();
|
||||
QList<QSharedPointer<switch_event_t> > tmpListEvents = _events.value(uuid);
|
||||
QSharedPointer<switch_event_t> e = tmpListEvents.at(r);
|
||||
|
Reference in New Issue
Block a user