Skip to content

Commit

Permalink
Fixed coding style and wrong method doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Sep 24, 2021
1 parent d5cdd4e commit 991f45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TreemapTile.cpp
Expand Up @@ -104,7 +104,7 @@ void TreemapTile::init()

setFlags( ItemIsSelectable );
_highlighter = 0;
setAcceptHoverEvents(true);
setAcceptHoverEvents( true );

if ( ! _parentTile )
_parentView->scene()->addItem( this );
Expand Down
2 changes: 1 addition & 1 deletion src/TreemapTile.h
Expand Up @@ -322,7 +322,7 @@ namespace QDirStat
virtual void hoverEnterEvent( QGraphicsSceneHoverEvent * event ) Q_DECL_OVERRIDE;

/**
* Hover enter event.
* Hover leave event.
*
* Reimplemented from QGraphicsItem.
**/
Expand Down

0 comments on commit 991f45f

Please sign in to comment.