Skip to content

Commit

Permalink
code layout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Jan 23, 2023
1 parent bd4c595 commit 1f9276d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/3d/auto_generated/qgs3dmapsettings.sip.in
Expand Up @@ -934,9 +934,9 @@ Emitted when the debug overaly is enabled or disabled
%Docstring
Emitted when the 3d view's 2d extent has changed

.. versionadded:: 3.30

.. seealso:: :py:func:`setExtent`

.. versionadded:: 3.30
%End

private:
Expand Down
2 changes: 1 addition & 1 deletion src/3d/qgs3dmapsettings.h
Expand Up @@ -888,8 +888,8 @@ class _3D_EXPORT Qgs3DMapSettings : public QObject, public QgsTemporalRangeObjec

/**
* Emitted when the 3d view's 2d extent has changed
* \since QGIS 3.30
* \see setExtent()
* \since QGIS 3.30
*/
void extentChanged();

Expand Down
2 changes: 1 addition & 1 deletion src/ui/3d/map3dconfigwidget.ui
Expand Up @@ -205,7 +205,7 @@
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="scrollAreaGeneral">
<widget class="QgsScrollArea" name="scrollAreaGeneral">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
Expand Down

0 comments on commit 1f9276d

Please sign in to comment.