Skip to content

Commit 83f035e

Browse files
committed
Indentation
1 parent c8eaeb8 commit 83f035e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/core/layout/qgslayoutmodel.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ class CORE_EXPORT QgsLayoutModel: public QAbstractItemModel
194194

195195
#if 0
196196

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

215-
/** Must be called when an \a item's lock status changes.
216+
/**
217+
* Must be called when an \a item's lock status changes.
216218
* \see updateItemDisplayName()
217219
* \see updateItemVisibility()
218220
* \see updateItemSelectStatus()

src/gui/layout/qgslayoutmousehandles.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ class GUI_EXPORT QgsLayoutMouseHandles: public QObject, public QGraphicsRectItem
176176
//! Draw outlines for selected items
177177
void drawSelectedItemBounds( QPainter *painter );
178178

179-
/** Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the
179+
/**
180+
* Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the
180181
item border for resizing*/
181182
double rectHandlerBorderTolerance();
182183

0 commit comments

Comments
 (0)