| 29 | } |
| 30 | |
| 31 | void onChange() override { |
| 32 | script::setStorage(text(), id(), m_fileName); |
| 33 | if (canRaiseEvent) |
| 34 | app::AppScripting::raiseEvent(m_fileName, {id() + "_change"}); |
| 35 | } |
| 36 | }; |
| 37 | |
| 38 | class EntryWidgetScriptObject : public WidgetScriptObject { |
nothing calls this directly
no test coverage detected