Skip to content

Commit c253a9f

Browse files
committedFeb 10, 2015
Uninitialized variable fixes
1 parent ba7f0c7 commit c253a9f

File tree

61 files changed

+163
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+163
-41
lines changed
 

‎src/app/nodetool/qgsvertexentry.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ QgsVertexEntry::QgsVertexEntry( QgsMapCanvas *canvas, QgsMapLayer *layer, QgsPoi
2121
, mEquals( -1 )
2222
, mInRubberBand( false )
2323
, mRubberBandNr( 0 )
24+
, mRubberBandIndex( 0 )
2425
, mPenWidth( penWidth )
2526
, mToolTip( tooltip )
2627
, mType( type )

‎src/app/qgsdecorationnortharrow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class APP_EXPORT QgsDecorationNorthArrow: public QgsDecorationItem
6262

6363
// The amount of rotation for the north arrow
6464
int mRotationInt;
65-
int pluginType;
65+
6666
//! enable or disable the automatic setting of the arrow direction
6767
bool mAutomatic;
6868
// The placement index and translated text

0 commit comments

Comments
 (0)
Please sign in to comment.