Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 10, 2024
1 parent 5959be5 commit 280b92c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Ownership of ``editor`` will be transferred to this widget.
If an explicit ``messageBar`` is specified then it will be used to provide
feedback, otherwise an integrated message bar will be used.
%End
~QgsCodeEditorWidget();

QgsCodeEditor *editor();
%Docstring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Ownership of ``editor`` will be transferred to this widget.
If an explicit ``messageBar`` is specified then it will be used to provide
feedback, otherwise an integrated message bar will be used.
%End
~QgsCodeEditorWidget();

QgsCodeEditor *editor();
%Docstring
Expand Down
2 changes: 1 addition & 1 deletion src/gui/codeeditors/qgscodeeditorwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class GUI_EXPORT QgsCodeEditorWidget : public QgsPanelWidget
QgsCodeEditorWidget( QgsCodeEditor *editor SIP_TRANSFER,
QgsMessageBar *messageBar = nullptr,
QWidget *parent SIP_TRANSFERTHIS = nullptr );
~QgsCodeEditorWidget() override;
~QgsCodeEditorWidget() override;

/**
* Returns the wrapped code editor.
Expand Down

0 comments on commit 280b92c

Please sign in to comment.