Skip to content

Commit 1368c59

Browse files
committed
Fix warnings
1 parent e103420 commit 1368c59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/plugins/grass/qgsgrassplugin.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ static const QString pluginIcon = ":/images/themes/default/grass/grass_tools.png
5858
* @param theQgisInterFace Pointer to the QGIS interface object
5959
*/
6060
QgsGrassPlugin::QgsGrassPlugin( QgisInterface * theQgisInterFace )
61-
: qGisInterface( theQgisInterFace )
62-
, mTools( 0 )
63-
, mEdit( 0 )
64-
, pluginNameQString( tr( "GrassVector" ) )
61+
: pluginNameQString( tr( "GrassVector" ) )
6562
, pluginVersionQString( tr( "0.1" ) )
6663
, pluginDescriptionQString( tr( "GRASS layer" ) )
6764
, pluginCategoryQString( tr( "Plugins" ) )
65+
, qGisInterface( theQgisInterFace )
66+
, mTools( 0 )
67+
, mEdit( 0 )
6868
{
6969
}
7070

0 commit comments

Comments
 (0)