aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/chatGraphicsScene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/chatGraphicsScene.cpp')
-rw-r--r--examples/GuiClient/chatGraphicsScene.cpp2
1 files changed, 2 insertions, 0 deletions
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();
}