| 22 | #include "module.h" |
| 23 | |
| 24 | class ComplementModule : public Module |
| 25 | { |
| 26 | Q_DECLARE_TR_FUNCTIONS(ComplementModule) |
| 27 | public: |
| 28 | explicit ComplementModule(Reporter&); |
| 29 | Node* evaluate(const Context&) const override; |
| 30 | }; |
| 31 | |
| 32 | #endif // COMPLEMENTMODULE_H |
nothing calls this directly
no outgoing calls
no test coverage detected