Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix sip and formatting issues
  • Loading branch information
stev-0 committed Nov 23, 2019
1 parent 08b7eca commit 9c9b5ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Expand Up @@ -347,9 +347,6 @@ attribute ``attributeName`` to ``attributeValue``
.. versionadded:: 3.2
%End

protected:


};


Expand Down
4 changes: 2 additions & 2 deletions python/gui/auto_generated/qgsattributeform.sip.in
Expand Up @@ -44,9 +44,9 @@ class QgsAttributeForm : QWidget

const QgsFeature &feature();

void displayWarning( const QString& message );
void displayWarning( const QString &message );
%Docstring
Displays a warning message in the form message bar
Displays a warning message in the form message bar

:param message: message string

Expand Down
5 changes: 2 additions & 3 deletions src/gui/qgsattributeform.h
Expand Up @@ -76,13 +76,12 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
const QgsFeature &feature() { return mFeature; }

/**
* Displays a warning message in the form message bar
* Displays a warning message in the form message bar
* \param message message string
* \see mode()
* \since QGIS 3.12
*
*/
void displayWarning( const QString& message );
void displayWarning( const QString &message );

// TODO QGIS 4.0 - make private

Expand Down

0 comments on commit 9c9b5ca

Please sign in to comment.