| 366 | } |
| 367 | |
| 368 | int DatabaseWrapper::getContactCount() const { |
| 369 | OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN_NOARGS(getContactCount, int); |
| 370 | } |
| 371 | |
| 372 | QVector<QString> DatabaseWrapper::getLastMessageUuids(openmittsu::protocol::ContactId const& contact, std::size_t n) { |
| 373 | OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(getLastMessageUuids, QVector<QString>, Q_ARG(openmittsu::protocol::ContactId const&, contact), Q_ARG(std::size_t, n)); |
nothing calls this directly
no outgoing calls
no test coverage detected