aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/chatGraphicsScene.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-13 10:48:14 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-13 10:48:14 +0200
commite63fabec07872984dec1ed8f2e9661447b686768 (patch)
tree2becad06f745a1f704f9606f2399cb500c638c32 /examples/GuiClient/chatGraphicsScene.cpp
parenta7337a5f8b5ccad1dd526fbb69b6564087f7bd7f (diff)
downloadqxmpp-e63fabec07872984dec1ed8f2e9661447b686768.tar.gz
fix compiler warnings
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();
}