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
diff options
context:
space:
mode:
Diffstat (limited to 'src/HostAddress.h')
-rw-r--r--src/HostAddress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HostAddress.h b/src/HostAddress.h
index 761cf945d..d0b65a608 100644
--- a/src/HostAddress.h
+++ b/src/HostAddress.h
@@ -35,7 +35,7 @@ struct HostAddress {
bool match(const HostAddress &, int bits) const;
- QString toString() const;
+ QString toString(bool bracketEnclosed = true) const;
std::string toStdString() const;
QHostAddress toAddress() const;