diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-13 10:48:14 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-13 10:48:14 +0200 |
| commit | e63fabec07872984dec1ed8f2e9661447b686768 (patch) | |
| tree | 2becad06f745a1f704f9606f2399cb500c638c32 /examples/GuiClient/chatGraphicsScene.cpp | |
| parent | a7337a5f8b5ccad1dd526fbb69b6564087f7bd7f (diff) | |
| download | qxmpp-e63fabec07872984dec1ed8f2e9661447b686768.tar.gz | |
fix compiler warnings
Diffstat (limited to 'examples/GuiClient/chatGraphicsScene.cpp')
| -rw-r--r-- | examples/GuiClient/chatGraphicsScene.cpp | 2 |
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(); } |
