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()
349349
350350void QgsFieldCalculator::on_mToRealButton_clicked ()
351351{
352- mExpressionTextEdit ->insertPlainText ( " to real ( " );
352+ mExpressionTextEdit ->insertPlainText ( " toreal ( " );
353353}
354354
355355void QgsFieldCalculator::on_mToIntButton_clicked ()
356356{
357- mExpressionTextEdit ->insertPlainText ( " to int ( " );
357+ mExpressionTextEdit ->insertPlainText ( " toint ( " );
358358}
359359
360360void QgsFieldCalculator::on_mToStringButton_clicked ()
361361{
362- mExpressionTextEdit ->insertPlainText ( " to string ( " );
362+ mExpressionTextEdit ->insertPlainText ( " tostring ( " );
363363}
364364
365365void QgsFieldCalculator::on_mLengthButton_clicked ()
You can’t perform that action at this time.
0 commit comments