We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e103420 commit 1368c59Copy full SHA for 1368c59
src/plugins/grass/qgsgrassplugin.cpp
@@ -58,13 +58,13 @@ static const QString pluginIcon = ":/images/themes/default/grass/grass_tools.png
58
* @param theQgisInterFace Pointer to the QGIS interface object
59
*/
60
QgsGrassPlugin::QgsGrassPlugin( QgisInterface * theQgisInterFace )
61
- : qGisInterface( theQgisInterFace )
62
- , mTools( 0 )
63
- , mEdit( 0 )
64
- , pluginNameQString( tr( "GrassVector" ) )
+ : pluginNameQString( tr( "GrassVector" ) )
65
, pluginVersionQString( tr( "0.1" ) )
66
, pluginDescriptionQString( tr( "GRASS layer" ) )
67
, pluginCategoryQString( tr( "Plugins" ) )
+ , qGisInterface( theQgisInterFace )
+ , mTools( 0 )
+ , mEdit( 0 )
68
{
69
}
70
0 commit comments