Change indentation to 4 spaces
This commit is contained in:
parent
e118f3882d
commit
cfca7157b9
165 changed files with 23146 additions and 23975 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue