Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11832 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 24, 2009
1 parent 26b04b1 commit e704040
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 40 deletions.
2 changes: 1 addition & 1 deletion src/app/legend/qgslegendlayerfile.cpp
Expand Up @@ -48,7 +48,7 @@ QgsLegendLayerFile::QgsLegendLayerFile( QTreeWidgetItem * theLegendItem, QString
: QgsLegendItem( theLegendItem, theString ), mLyr( theLayer )
{
// Set the initial visibility flag for layers
// This user option allows the user to turn off inital drawing of
// This user option allows the user to turn off initial drawing of
// layers when they are added to the map. This is useful when adding
// many layers and the user wants to adjusty symbology, etc prior to
// actually viewing the layer.
Expand Down
2 changes: 2 additions & 0 deletions src/app/qgsmeasuredialog.cpp
Expand Up @@ -208,6 +208,8 @@ void QgsMeasureDialog::updateUi()
case QGis::Feet:
mTable->setHeaderLabels( QStringList( tr( "Segments (in feet)" ) ) );
break;
case Qgis::DegreesMinutesSeconds:
case Qgis::DegreesMinutesMinutes:
case QGis::Degrees:
mTable->setHeaderLabels( QStringList( tr( "Segments (in degrees)" ) ) );
break;
Expand Down
38 changes: 0 additions & 38 deletions src/app/qgstable.h

This file was deleted.

4 changes: 3 additions & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -13,7 +13,9 @@
<string>Options</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
Expand Down

0 comments on commit e704040

Please sign in to comment.