File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -349,17 +349,17 @@ void QgsFieldCalculator::on_mCloseBracketPushButton_clicked()
349
349
350
350
void QgsFieldCalculator::on_mToRealButton_clicked ()
351
351
{
352
- mExpressionTextEdit ->insertPlainText ( " to real ( " );
352
+ mExpressionTextEdit ->insertPlainText ( " toreal ( " );
353
353
}
354
354
355
355
void QgsFieldCalculator::on_mToIntButton_clicked ()
356
356
{
357
- mExpressionTextEdit ->insertPlainText ( " to int ( " );
357
+ mExpressionTextEdit ->insertPlainText ( " toint ( " );
358
358
}
359
359
360
360
void QgsFieldCalculator::on_mToStringButton_clicked ()
361
361
{
362
- mExpressionTextEdit ->insertPlainText ( " to string ( " );
362
+ mExpressionTextEdit ->insertPlainText ( " tostring ( " );
363
363
}
364
364
365
365
void QgsFieldCalculator::on_mLengthButton_clicked ()
You can’t perform that action at this time.
0 commit comments