From c1c460bab3c95cc0aa422835e533c3ec60e54987 Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Mon, 22 Jun 2009 00:39:17 +0200 Subject: Allow IPv6 control connections --- src/Net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Net.h') diff --git a/src/Net.h b/src/Net.h index 86c372bdb..be1351fdf 100644 --- a/src/Net.h +++ b/src/Net.h @@ -54,6 +54,8 @@ struct HostAddress { bool operator == (const HostAddress &) const; bool match(const HostAddress &, int) const; + + QString toString() const; std::string toStdString() const; QHostAddress toAddress() const; -- cgit v1.2.3