summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2009-12-04 19:17:27 +0100
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2009-12-04 19:18:19 +0100
commitc32f5a28bfc20db148a53382e48d90254ceb9495 (patch)
tree854a50f2076c2cecc5a257a3e6049fe11a4b75c6 /src
parent1472183184afb666277db0ca6c4bbedc09318f10 (diff)
Compile with QT_NO_CURSOR
Diffstat (limited to 'src')
-rw-r--r--src/gui/painting/qgraphicssystemcursor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/painting/qgraphicssystemcursor.h b/src/gui/painting/qgraphicssystemcursor.h
index f4d911f796..776e0d57ef 100644
--- a/src/gui/painting/qgraphicssystemcursor.h
+++ b/src/gui/painting/qgraphicssystemcursor.h
@@ -50,6 +50,8 @@
QT_BEGIN_NAMESPACE
+#ifndef QT_NO_CURSOR
+
// Cursor graphics management
class QGraphicsSystemCursorImage {
public:
@@ -98,6 +100,8 @@ private:
QRect getCurrentRect();
};
+#endif // QT_NO_CURSOR
+
QT_END_NAMESPACE
#endif // QGRAPHICSSYSTEMCURSOR_H