summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2010-03-12 06:34:08 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2010-03-12 07:24:55 (GMT)
commit76bbc26d9d510570002baee91352f71a6dd46832 (patch)
tree05a712a4af598b075c339ac7d8a6b6828189b21b
parent68d55f6e04f77ad590231fde4ef0f5fe7fa8ca82 (diff)
downloadQt-76bbc26d9d510570002baee91352f71a6dd46832.zip
Qt-76bbc26d9d510570002baee91352f71a6dd46832.tar.gz
Qt-76bbc26d9d510570002baee91352f71a6dd46832.tar.bz2
Removed compiler warning from qdesktopwidget_s60.cpp.
Reviewed-By: TrustMe
-rw-r--r--src/gui/kernel/qdesktopwidget_s60.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qdesktopwidget_s60.cpp b/src/gui/kernel/qdesktopwidget_s60.cpp
index 84e3c5d..e4d0bf3 100644
--- a/src/gui/kernel/qdesktopwidget_s60.cpp
+++ b/src/gui/kernel/qdesktopwidget_s60.cpp
@@ -88,6 +88,7 @@ QDesktopWidgetPrivate::~QDesktopWidgetPrivate()
void QDesktopWidgetPrivate::init(QDesktopWidget *that)
{
+ Q_UNUSED(that);
// int screenCount=0;
// ### TODO: Implement proper multi-display support