summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-07-12 07:43:04 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-07-12 07:43:04 (GMT)
commit82ea3e45567dbe83d97638124e7351dc462afe3c (patch)
treedfb66b19830682fa9c0bc7d866ade2c3d6eb4a2c /src/gui/kernel/qapplication.cpp
parente7054204ff74bde531d293de5b360587724f6857 (diff)
downloadQt-82ea3e45567dbe83d97638124e7351dc462afe3c.zip
Qt-82ea3e45567dbe83d97638124e7351dc462afe3c.tar.gz
Qt-82ea3e45567dbe83d97638124e7351dc462afe3c.tar.bz2
clean up QPlatformWindowFormat
Diffstat (limited to 'src/gui/kernel/qapplication.cpp')
-rw-r--r--src/gui/kernel/qapplication.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp
index e1ed588..ac79958 100644
--- a/src/gui/kernel/qapplication.cpp
+++ b/src/gui/kernel/qapplication.cpp
@@ -6032,6 +6032,8 @@ QPixmap QApplicationPrivate::getPixmapCursor(Qt::CursorShape cshape)
default:
break;
}
+#else
+ Q_UNUSED(cshape);
#endif
return QPixmap();
}