summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Tunney <ext-aaron.2.tunney@nokia.com>2011-04-05 10:45:24 (GMT)
committerAaron Tunney <ext-aaron.2.tunney@nokia.com>2011-04-05 11:12:39 (GMT)
commit4aef1e1dd1ec5ccfdf56d91975185ff96a51701b (patch)
treee306acc70abfafa61bb69ff10781a58800624b1c
parenta0ca845cd32178d789f4eeff602b283a290842b8 (diff)
downloadQt-4aef1e1dd1ec5ccfdf56d91975185ff96a51701b.zip
Qt-4aef1e1dd1ec5ccfdf56d91975185ff96a51701b.tar.gz
Qt-4aef1e1dd1ec5ccfdf56d91975185ff96a51701b.tar.bz2
Updating comment in QHostInfo::localDomainName
Updating comment to indicate that the feature isn't supported on Symbian. Reviewed-by: Shane Kearns
-rw-r--r--src/network/kernel/qhostinfo_symbian.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/network/kernel/qhostinfo_symbian.cpp b/src/network/kernel/qhostinfo_symbian.cpp
index dcfc490..40ede54 100644
--- a/src/network/kernel/qhostinfo_symbian.cpp
+++ b/src/network/kernel/qhostinfo_symbian.cpp
@@ -206,7 +206,9 @@ QString QHostInfo::localHostName()
QString QHostInfo::localDomainName()
{
- // TODO - fill with code.
+ // This concept does not exist on Symbian OS because the device can be on
+ // multiple networks with multiple "local domain" names.
+ // For now, return a null string.
return QString();
}