| 434 | } |
| 435 | |
| 436 | bool DatabaseWrapper::isServerGroupKnownAndNotOutdated(int maximalAgeInSeconds) { |
| 437 | OPENMITTSU_DATABASEWRAPPER_WRAP_RETURN(isServerGroupKnownAndNotOutdated, bool, Q_ARG(int, maximalAgeInSeconds)); |
| 438 | } |
| 439 | |
| 440 | void DatabaseWrapper::setServerGroup(QString const& serverGroup) { |
| 441 | OPENMITTSU_DATABASEWRAPPER_WRAP_VOID(setServerGroup, Q_ARG(QString const&, serverGroup)); |
nothing calls this directly
no outgoing calls
no test coverage detected