Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 6, 2014
1 parent e103420 commit 1368c59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plugins/grass/qgsgrassplugin.cpp
Expand Up @@ -58,13 +58,13 @@ static const QString pluginIcon = ":/images/themes/default/grass/grass_tools.png
* @param theQgisInterFace Pointer to the QGIS interface object
*/
QgsGrassPlugin::QgsGrassPlugin( QgisInterface * theQgisInterFace )
: qGisInterface( theQgisInterFace )
, mTools( 0 )
, mEdit( 0 )
, pluginNameQString( tr( "GrassVector" ) )
: pluginNameQString( tr( "GrassVector" ) )
, pluginVersionQString( tr( "0.1" ) )
, pluginDescriptionQString( tr( "GRASS layer" ) )
, pluginCategoryQString( tr( "Plugins" ) )
, qGisInterface( theQgisInterFace )
, mTools( 0 )
, mEdit( 0 )
{
}

Expand Down

0 comments on commit 1368c59

Please sign in to comment.