aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.cpp
diff options
context:
space:
mode:
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>";
}