| 5 | #include <QtNetwork/QHostInfo> |
| 6 | |
| 7 | RepositoryDevice::RepositoryDevice(const QString& address, int port, QObject* parent) |
| 8 | : RrupDevice(address, port, parent) |
| 9 | { |
| 10 | } |
| 11 | |
| 12 | const QString RepositoryDevice::resolveIpAddress() const |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected