summary refs log tree commit diff
path: root/src/ui/NhekoCursorShape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/NhekoCursorShape.h')
-rw-r--r--src/ui/NhekoCursorShape.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ui/NhekoCursorShape.h b/src/ui/NhekoCursorShape.h

index 6f6a2b82..b3a0a1ba 100644 --- a/src/ui/NhekoCursorShape.h +++ b/src/ui/NhekoCursorShape.h
@@ -11,20 +11,20 @@ class NhekoCursorShape : public QQuickItem { - Q_OBJECT + Q_OBJECT - Q_PROPERTY(Qt::CursorShape cursorShape READ cursorShape WRITE setCursorShape NOTIFY - cursorShapeChanged) + Q_PROPERTY( + Qt::CursorShape cursorShape READ cursorShape WRITE setCursorShape NOTIFY cursorShapeChanged) public: - explicit NhekoCursorShape(QQuickItem *parent = 0); + explicit NhekoCursorShape(QQuickItem *parent = 0); private: - Qt::CursorShape cursorShape() const; - void setCursorShape(Qt::CursorShape cursorShape); + Qt::CursorShape cursorShape() const; + void setCursorShape(Qt::CursorShape cursorShape); - Qt::CursorShape currentShape_; + Qt::CursorShape currentShape_; signals: - void cursorShapeChanged(); + void cursorShapeChanged(); };