From 28e7ee24b62c06c64e63d49c24bf6e4337a6941c Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 29 Oct 2010 16:13:02 +0000 Subject: fix for entity time API change --- examples/GuiClient/profileDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/GuiClient/profileDialog.cpp') 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 += "Time: " + QString("utc=%1 [tzo=%2]"). - arg(m_time[resource].utc()). + arg(m_time[resource].utc().toString()). arg(m_time[resource].tzo()); statusText += "
"; } -- cgit v1.2.3