| 863 | }; |
| 864 | struct QiFunc_show : public QiFunc |
| 865 | { |
| 866 | QiFunc_show() : QiFunc(0) {} |
| 867 | QiVar exec(const std::vector<QiVar>&, QiScriptInterpreter* inter) const override |
| 868 | { |
| 869 | if (!Qi::debug) Qi::widget.show(); |
| 870 | return QiVar(); |
| 871 | } |
nothing calls this directly
no test coverage detected