| 1047 | } |
| 1048 | |
| 1049 | void ProtocolDock::update_deocder_item_name(void *trace_handel, const char *name) |
| 1050 | { |
| 1051 | for(auto p : _protocol_lay_items){ |
| 1052 | if (p->_trace == trace_handel){ |
| 1053 | p->set_label_name(QString(name)); |
| 1054 | break; |
| 1055 | } |
| 1056 | } |
| 1057 | } |
| 1058 | |
| 1059 | void ProtocolDock::UpdateLanguage() |
| 1060 | { |
no test coverage detected