| 1775 | else if (ref.option == QiMsgView::add) param = lang_trans("添加:") + QiFn::FoldText(ref.text, 16, true); |
| 1776 | else if (ref.option == QiMsgView::clear) param = lang_trans("清空"); |
| 1777 | else if (ref.option == QiMsgView::show) param = lang_trans("显示"); |
| 1778 | else if (ref.option == QiMsgView::hide) param = lang_trans("隐藏"); |
| 1779 | } break; |
| 1780 | case QiType::range: |
| 1781 | { |
| 1782 | const QiRangeSet& ref = var.to<QiRangeSet>(); |
| 1783 | type += QiUi::Symbol::Range; |
| 1784 | if (!ref.var.isEmpty()) param = ref.var; |
nothing calls this directly
no test coverage detected