summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@nokia.com>2009-08-28 17:51:22 (GMT)
committerAlessandro Portale <alessandro.portale@nokia.com>2009-08-28 17:51:41 (GMT)
commitbdb8379d84218c55d573ecef8c3fa13fa57f0bc7 (patch)
tree35f175a37c656e5e8377691df2f5a03d27c7d7cf /src
parent850a179f0f879a37302780148dd1900fc5a69d3b (diff)
downloadQt-bdb8379d84218c55d573ecef8c3fa13fa57f0bc7.zip
Qt-bdb8379d84218c55d573ecef8c3fa13fa57f0bc7.tar.gz
Qt-bdb8379d84218c55d573ecef8c3fa13fa57f0bc7.tar.bz2
Warning --
Diffstat (limited to 'src')
-rw-r--r--src/gui/styles/qs60style.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp
index 12d4948..3230c17 100644
--- a/src/gui/styles/qs60style.cpp
+++ b/src/gui/styles/qs60style.cpp
@@ -2732,6 +2732,8 @@ bool QS60Style::event(QEvent *e)
default:
break;
}
+#else
+ Q_UNUSED(e)
#endif
return false;
}