aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-10-29 16:13:02 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-10-29 16:13:02 +0000
commit28e7ee24b62c06c64e63d49c24bf6e4337a6941c (patch)
tree43452250e76b5a80f16f2dc6c6953256bbe4e8b4 /examples/GuiClient/profileDialog.cpp
parenta58b2f87bf12f24c8052c207254458ef6b20dd75 (diff)
downloadqxmpp-28e7ee24b62c06c64e63d49c24bf6e4337a6941c.tar.gz
fix for entity time API change
Diffstat (limited to 'examples/GuiClient/profileDialog.cpp')
-rw-r--r--examples/GuiClient/profileDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp
index 26a41f02..bfe30591 100644
--- a/examples/GuiClient/profileDialog.cpp
+++ b/examples/GuiClient/profileDialog.cpp
@@ -110,7 +110,7 @@ void profileDialog::updateText()
if(m_time.contains(resource))
{
statusText += "<B>Time: </B>" + QString("utc=%1 [tzo=%2]").
- arg(m_time[resource].utc()).
+ arg(m_time[resource].utc().toString()).
arg(m_time[resource].tzo());
statusText += "<BR>";
}