| 93 | } |
| 94 | |
| 95 | void ProtocolItemLayer::on_format_select_changed(int index){ |
| 96 | if (index >= 0 && !m_bSetting){ |
| 97 | QString text = _format_combox->currentText(); |
| 98 | m_callback->OnProtocolFormatChanged(text, this); |
| 99 | } |
| 100 | } |
| 101 | //----------------- |
| 102 | |
| 103 | void ProtocolItemLayer::SetProgress(int progress, QString text){ |
nothing calls this directly
no test coverage detected