summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2009-12-01 17:18:58 +0100
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2009-12-01 17:18:58 +0100
commit331562bcecb14fa733f20cea6cdf6f4f3b5decfe (patch)
tree96224fb6ab8330dbfee99a04005f102c3862f619 /src
parent97e177e78d0c3a6359a8474effeda3d70ed36d98 (diff)
Compile. (Features maintenance)
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qwidget_lite.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_lite.cpp b/src/gui/kernel/qwidget_lite.cpp
index 5a629c0c34..91e7e1704c 100644
--- a/src/gui/kernel/qwidget_lite.cpp
+++ b/src/gui/kernel/qwidget_lite.cpp
@@ -666,6 +666,7 @@ void QWidgetPrivate::setModal_sys()
{
}
+#ifndef QT_NO_CURSOR
void qt_lite_set_cursor(QWidget * w, bool force)
{
static QPointer<QWidget> lastUnderMouse = 0;
@@ -712,4 +713,6 @@ void qt_lite_set_cursor(QWidget * w, bool force)
QCursor c = w->cursor();
cursor->changeCursor(&c, w);
}
+#endif //QT_NO_CURSOR
+
QT_END_NAMESPACE