summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformcursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformcursor.h')
-rw-r--r--src/gui/kernel/qplatformcursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformcursor.h b/src/gui/kernel/qplatformcursor.h
index 40e8a562f8..f36a73c861 100644
--- a/src/gui/kernel/qplatformcursor.h
+++ b/src/gui/kernel/qplatformcursor.h
@@ -78,6 +78,8 @@ private:
class Q_GUI_EXPORT QPlatformCursor : public QObject {
public:
+ Q_DISABLE_COPY_MOVE(QPlatformCursor)
+
enum Capability {
OverrideCursor = 0x1
};