Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Net.h
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-06-22 02:39:17 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-06-22 02:39:38 +0400
commitc1c460bab3c95cc0aa422835e533c3ec60e54987 (patch)
tree92c57c83e48c43e3c17c4c7edf254a0b35ec5ea2 /src/Net.h
parent3c8745fe8e1efefa136adb223d60443c8651df2e (diff)
Allow IPv6 control connections
Diffstat (limited to 'src/Net.h')
-rw-r--r--src/Net.h2
1 files changed, 2 insertions, 0 deletions
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;