Skip to content

Commit

Permalink
man, 2 commits - 2 missed files
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15616 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 27, 2011
1 parent a3f2f25 commit ac917fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/core/qgis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const char* QGis::qgisVectorGeometryType[] =
"Point",
"Line",
"Polygon"
"Unknown geometry",
"No geometry",
};

// description strings for feature types
Expand Down
1 change: 0 additions & 1 deletion src/providers/delimitedtext/qgsdelimitedtextprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class QgsDelimitedTextProvider : public QgsVectorDataProvider
QRegExp mDelimiterRegexp;
QString mDelimiterType;

bool mHasWktField;
int mFieldCount; // Note: this includes field count for wkt field
int mXFieldIndex;
int mYFieldIndex;
Expand Down

0 comments on commit ac917fd

Please sign in to comment.