summary refs log tree commit diff
path: root/src/ui/NhekoCursorShape.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-05-10 03:53:35 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-05-10 03:53:35 +0200
commit90da39313fd59fddefbb94c8599c47e4a1d7b884 (patch)
treeb0f81e5cae2d66b4b2dfacda55e64a62d66ac012 /src/ui/NhekoCursorShape.cpp
parentMore image dialog fixes (diff)
downloadnheko-90da39313fd59fddefbb94c8599c47e4a1d7b884.tar.xz
Use right linter
Diffstat (limited to 'src/ui/NhekoCursorShape.cpp')
-rw-r--r--src/ui/NhekoCursorShape.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/NhekoCursorShape.cpp b/src/ui/NhekoCursorShape.cpp

index 1c5918b4..10a6ddab 100644 --- a/src/ui/NhekoCursorShape.cpp +++ b/src/ui/NhekoCursorShape.cpp
@@ -10,8 +10,7 @@ NhekoCursorShape::NhekoCursorShape(QQuickItem *parent) : QQuickItem(parent) , currentShape_(Qt::CursorShape::ArrowCursor) -{ -} +{} Qt::CursorShape NhekoCursorShape::cursorShape() const