aboutsummaryrefslogtreecommitdiff
path: root/examples/example_0_connected_symbian/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_0_connected_symbian/main.cpp')
-rw-r--r--examples/example_0_connected_symbian/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example_0_connected_symbian/main.cpp b/examples/example_0_connected_symbian/main.cpp
index 7bfeb19d..855a52db 100644
--- a/examples/example_0_connected_symbian/main.cpp
+++ b/examples/example_0_connected_symbian/main.cpp
@@ -49,6 +49,7 @@ LogViewer::LogViewer()
void LogViewer::log(QXmppLogger::MessageType type, const QString& msg)
{
+ Q_UNUSED(type);
m_browser->append(msg);
}