Skip to content

Commit

Permalink
printed command ready for copy-paste
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12916 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 10, 2010
1 parent 59ad155 commit 5e1c5f8
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 5e1c5f8

Please sign in to comment.