mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-21 00:03:03 -04:00
indentation update
This commit is contained in:
parent
c88aab35f8
commit
e74ff3ce0f
@ -58,7 +58,7 @@ class RasterCalculator(SagaAlgorithm):
|
||||
self.name = 'Raster calculator'
|
||||
self.cmdname = 'Grid Calculator'
|
||||
self.undecoratedGroup = "grid_calculus"
|
||||
self.group = SagaGroupNameDecorator.getDecoratedName(self.undecoratedGroup)
|
||||
self.group = SagaGroupNameDecorator.getDecoratedName(self.undecoratedGroup)
|
||||
self.addParameter(ParameterRaster(self.GRIDS, 'Main input layers'))
|
||||
self.addParameter(ParameterMultipleInput(self.XGRIDS, 'Additional layers',
|
||||
ParameterMultipleInput.TYPE_RASTER, False))
|
||||
|
@ -1468,8 +1468,8 @@ void QgsProjectProperties::resetPythonMacros()
|
||||
{
|
||||
grpPythonMacros->setChecked( false );
|
||||
ptePythonMacros->setText( "def openProject():\n pass\n\n" \
|
||||
"def saveProject():\n pass\n\n" \
|
||||
"def closeProject():\n pass\n" );
|
||||
"def saveProject():\n pass\n\n" \
|
||||
"def closeProject():\n pass\n" );
|
||||
}
|
||||
|
||||
void QgsProjectProperties::populateEllipsoidList()
|
||||
|
@ -254,7 +254,7 @@ namespace pal
|
||||
* Called by Pal::save()
|
||||
* \param file the file to write
|
||||
*/
|
||||
void save(std::ofstream *file);
|
||||
void save( std::ofstream *file );
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -48,7 +48,7 @@ QgsMapLayerLegend* QgsMapLayerLegend::defaultPluginLegend( QgsPluginLayer* pl )
|
||||
|
||||
|
||||
QgsLayerTreeModelLegendNode::QgsLayerTreeModelLegendNode( QgsLayerTreeLayer* nodeL )
|
||||
: mParent( nodeL )
|
||||
: mParent( nodeL )
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ QgsCodeEditor::QgsCodeEditor( QWidget *parent, QString title, bool folding, bool
|
||||
setWindowTitle( mWidgetTitle );
|
||||
}
|
||||
setSciWidget();
|
||||
setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
|
||||
setHorizontalScrollBarPolicy( Qt::ScrollBarAsNeeded );
|
||||
}
|
||||
|
||||
QgsCodeEditor::~QgsCodeEditor()
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
QgsCodeEditorSQL::QgsCodeEditorSQL( QWidget *parent )
|
||||
: QgsCodeEditor( parent )
|
||||
: QgsCodeEditor( parent )
|
||||
{
|
||||
if ( !parent )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user