| 986 | |
| 987 | null return |
| 988 | */ |
| 989 | struct QiFunc_pop : public QiFunc |
| 990 | { |
| 991 | QiFunc_pop() : QiFunc(1, 3) {} |
| 992 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override |
| 993 | { |
| 994 | Qi::popText->Popup(args.size() > 1 ? args[1].toInteger() : 1000, QString::fromStdString(args[0].toString())); |
nothing calls this directly
no outgoing calls
no test coverage detected