mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
indentation update [ci skip]
This commit is contained in:
parent
4d4fa44605
commit
e48a6f642f
@ -298,7 +298,8 @@ void QgsExpressionBuilderWidget::setGeomCalculator( const QgsDistanceArea & da )
|
||||
|
||||
QString QgsExpressionBuilderWidget::expressionText()
|
||||
{
|
||||
if ( QgsPythonRunner::isValid() ) {
|
||||
if ( QgsPythonRunner::isValid() )
|
||||
{
|
||||
QString pythontext = txtPython->text();
|
||||
QgsPythonRunner::run( pythontext );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user