From 4e929a0dba54816fea45e9a90a749f5afae6c541 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 8 Nov 2010 10:13:43 +0000 Subject: fix profile dialog for new QXmppEntityTimeIq API --- 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 bfe30591..57e01b33 100644 --- a/examples/GuiClient/profileDialog.cpp +++ b/examples/GuiClient/profileDialog.cpp @@ -111,7 +111,7 @@ void profileDialog::updateText() { statusText += "Time: " + QString("utc=%1 [tzo=%2]"). arg(m_time[resource].utc().toString()). - arg(m_time[resource].tzo()); + arg(timezoneOffsetToString(m_time[resource].tzo())); statusText += "
"; } -- cgit v1.2.3