Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
printed command ready for copy-paste
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12916 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 10, 2010
1 parent c777c8d commit d5f97db
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/plugins/grass/qgsgrassmapcalc.cpp
Expand Up @@ -434,15 +434,13 @@ void QgsGrassMapcalc::mouseReleaseEvent( QMouseEvent* e )
QStringList QgsGrassMapcalc::arguments()
{
QString cmd = "";
//cmd.append("'");
// Attention with quotes and spaces!
//cmd.append("\"");

cmd.append( mOutputLineEdit->text() );
cmd.append( "=" );
cmd.append( " = " );
cmd.append( mOutput->expression() );
//cmd.append("'");

//cmd = "\"pok=1\"";
//cmd = mOutputLineEdit->text();
//cmd.append("\"");

return QStringList( cmd );
}
Expand Down

0 comments on commit d5f97db

Please sign in to comment.