From e63fabec07872984dec1ed8f2e9661447b686768 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 13 Sep 2012 10:48:14 +0200 Subject: fix compiler warnings --- examples/GuiClient/chatGraphicsScene.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/GuiClient/chatGraphicsScene.cpp') diff --git a/examples/GuiClient/chatGraphicsScene.cpp b/examples/GuiClient/chatGraphicsScene.cpp index 4b1cc3a5..3538527a 100644 --- a/examples/GuiClient/chatGraphicsScene.cpp +++ b/examples/GuiClient/chatGraphicsScene.cpp @@ -52,6 +52,8 @@ void chatGraphicsScene::addMessage(const QString& user, const QString& message) void chatGraphicsScene::setWidthResize(int newWidth, int oldWidth) { + Q_UNUSED(newWidth); + Q_UNUSED(oldWidth); // verticalReposition(); } -- cgit v1.2.3