summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qinputcontext.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-11-17 17:09:32 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-18 10:31:07 +0100
commitabe5a0a432116963d22c4ef501a4dfd2393d66fb (patch)
treed747af4558d05f98e1132403aedc5e81134f55f9 /src/widgets/kernel/qinputcontext.cpp
parent572ca4363791f7bbed78dab9f7f5dd0c6b5d11d1 (diff)
qtbase: Warnings fixes.
Change-Id: Ie97e36bc168b3de3cae2d0eb615e777884529a06 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'src/widgets/kernel/qinputcontext.cpp')
-rw-r--r--src/widgets/kernel/qinputcontext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/kernel/qinputcontext.cpp b/src/widgets/kernel/qinputcontext.cpp
index 7724773478..66595e8ee4 100644
--- a/src/widgets/kernel/qinputcontext.cpp
+++ b/src/widgets/kernel/qinputcontext.cpp
@@ -284,6 +284,7 @@ void QInputContext::update()
*/
void QInputContext::widgetDestroyed(QWidget *widget)
{
+ Q_UNUSED(widget)
// nothing to be done here, as we use a weak pointer in the input panel
}