Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix more compiler warnings in plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6499 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
0 additions
and 8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -118,9 +118,6 @@ | ||
* Added header. | ||
*/ | ||
|
||
#include "shapefile.h" | ||
|
||
#include <math.h> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -128,9 +128,6 @@ | ||
* | ||
*/ | ||
|
||
#include "shapefile.h" | ||
|
||
#include <math.h> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -82,8 +82,6 @@ int QgsShapeFile::getFeatureCount(){ | ||
} | ||
bool QgsShapeFile::scanGeometries() | ||
{ | ||
QProgressDialog *sg = new QProgressDialog(); | ||
sg->setMinimum(0); | ||
sg->setMaximum(0); | ||