| 106 | } |
| 107 | |
| 108 | void DatabaseWrapper::enableTimers() { |
| 109 | OPENMITTSU_DATABASEWRAPPER_WRAP_VOID_NOARGS(enableTimers); |
| 110 | } |
| 111 | |
| 112 | openmittsu::protocol::GroupStatus DatabaseWrapper::getGroupStatus(openmittsu::protocol::GroupId const& group) const { |
| 113 | OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getGroupStatus, openmittsu::protocol::GroupStatus, Q_ARG(openmittsu::protocol::GroupId const&, group)); |
nothing calls this directly
no outgoing calls
no test coverage detected