Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 10, 2016
1 parent 0d39964 commit effb8dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/raster/qgscolorrampshader.cpp
Expand Up @@ -31,8 +31,8 @@ originally part of the larger QgsRasterLayer class
QgsColorRampShader::QgsColorRampShader( double theMinimumValue, double theMaximumValue )
: QgsRasterShaderFunction( theMinimumValue, theMaximumValue )
, mColorRampType( INTERPOLATED )
, mClip( false )
, mLUTInitialized( false )
, mClip( false )
{
QgsDebugMsgLevel( "called.", 4 );
}
Expand Down
1 change: 0 additions & 1 deletion src/ui/symbollayer/widget_svgmarker.ui
Expand Up @@ -536,7 +536,6 @@
<zorder>viewGroups</zorder>
<zorder>viewImages</zorder>
<zorder>mOffsetDDBtn</zorder>
<zorder>gridLayoutWidget</zorder>
<zorder>spinOffsetY</zorder>
<zorder>spinOffsetX</zorder>
<zorder>mOffsetUnitWidget</zorder>
Expand Down

0 comments on commit effb8dc

Please sign in to comment.