summaryrefslogtreecommitdiffstats
path: root/src/ui/NhekoCursorShape.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-09-25 20:05:08 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-09-25 20:05:08 +0200
commit851333a50da846cc458356d763d524750b432ccb (patch)
tree0ff682353637708e8952444662e2890228c66b8b /src/ui/NhekoCursorShape.cpp
parent951d0f4d23ea80a9864f8458e029541402fb59f8 (diff)
Switch to clang-format14
Diffstat (limited to 'src/ui/NhekoCursorShape.cpp')
-rw-r--r--src/ui/NhekoCursorShape.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/NhekoCursorShape.cpp b/src/ui/NhekoCursorShape.cpp
index 10a6ddab..1c5918b4 100644
--- a/src/ui/NhekoCursorShape.cpp
+++ b/src/ui/NhekoCursorShape.cpp
@@ -10,7 +10,8 @@
NhekoCursorShape::NhekoCursorShape(QQuickItem *parent)
: QQuickItem(parent)
, currentShape_(Qt::CursorShape::ArrowCursor)
-{}
+{
+}
Qt::CursorShape
NhekoCursorShape::cursorShape() const