mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
fix indentation
This commit is contained in:
parent
f9680ddc0c
commit
d718eb0f18
@ -54,7 +54,7 @@ class QgsRasterFormatSaveOptionsWidget : QWidget
|
||||
* @see options()
|
||||
* @note added in QGIS 3.0
|
||||
*/
|
||||
void setOptions( const QString& options);
|
||||
void setOptions( const QString& options );
|
||||
|
||||
/**
|
||||
* Set widget look and feel
|
||||
|
@ -631,7 +631,7 @@ void QgsRasterFormatSaveOptionsWidget::showEvent( QShowEvent * event )
|
||||
QgsDebugMsg( "done" );
|
||||
}
|
||||
|
||||
void QgsRasterFormatSaveOptionsWidget::setOptions( const QString& options)
|
||||
void QgsRasterFormatSaveOptionsWidget::setOptions( const QString& options )
|
||||
{
|
||||
mOptionsTable->blockSignals( true );
|
||||
mOptionsTable->clearContents();
|
||||
|
@ -80,7 +80,7 @@ class GUI_EXPORT QgsRasterFormatSaveOptionsWidget: public QWidget,
|
||||
* @see options()
|
||||
* @note added in QGIS 3.0
|
||||
*/
|
||||
void setOptions( const QString& options);
|
||||
void setOptions( const QString& options );
|
||||
|
||||
/**
|
||||
* Set widget look and feel
|
||||
|
Loading…
x
Reference in New Issue
Block a user