Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 6, 2017
1 parent c8eaeb8 commit 83f035e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/core/layout/qgslayoutmodel.h
Expand Up @@ -194,7 +194,8 @@ class CORE_EXPORT QgsLayoutModel: public QAbstractItemModel

#if 0

/** Restores an item to the composition. This must be called whenever an item removed
/**
* Restores an item to the composition. This must be called whenever an item removed
* from the composition is restored to the composition.
* \param item to mark as restored to the composition
* \see setItemRemoved
Expand All @@ -212,7 +213,8 @@ class CORE_EXPORT QgsLayoutModel: public QAbstractItemModel
*/
void updateItemDisplayName( QgsLayoutItem *item );

/** Must be called when an \a item's lock status changes.
/**
* Must be called when an \a item's lock status changes.
* \see updateItemDisplayName()
* \see updateItemVisibility()
* \see updateItemSelectStatus()
Expand Down
3 changes: 2 additions & 1 deletion src/gui/layout/qgslayoutmousehandles.h
Expand Up @@ -176,7 +176,8 @@ class GUI_EXPORT QgsLayoutMouseHandles: public QObject, public QGraphicsRectItem
//! Draw outlines for selected items
void drawSelectedItemBounds( QPainter *painter );

/** Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the
/**
* Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the
item border for resizing*/
double rectHandlerBorderTolerance();

Expand Down

0 comments on commit 83f035e

Please sign in to comment.