From cfca7157b98c9dc8e0852fe6484bc3f75008af7d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 18 Sep 2021 00:22:33 +0200 Subject: Change indentation to 4 spaces --- src/ui/NhekoCursorShape.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/ui/NhekoCursorShape.cpp') diff --git a/src/ui/NhekoCursorShape.cpp b/src/ui/NhekoCursorShape.cpp index b36eedbd..70991757 100644 --- a/src/ui/NhekoCursorShape.cpp +++ b/src/ui/NhekoCursorShape.cpp @@ -14,16 +14,16 @@ NhekoCursorShape::NhekoCursorShape(QQuickItem *parent) Qt::CursorShape NhekoCursorShape::cursorShape() const { - return cursor().shape(); + return cursor().shape(); } void NhekoCursorShape::setCursorShape(Qt::CursorShape cursorShape) { - if (currentShape_ == cursorShape) - return; + if (currentShape_ == cursorShape) + return; - currentShape_ = cursorShape; - setCursor(cursorShape); - emit cursorShapeChanged(); + currentShape_ = cursorShape; + setCursor(cursorShape); + emit cursorShapeChanged(); } -- cgit 1.5.1