Skip to content

Commit ac917fd

Browse files
author
jef
committedMar 27, 2011
man, 2 commits - 2 missed files
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15616 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/core/qgis.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ const char* QGis::qgisVectorGeometryType[] =
4343
"Point",
4444
"Line",
4545
"Polygon"
46+
"Unknown geometry",
47+
"No geometry",
4648
};
4749

4850
// description strings for feature types

‎src/providers/delimitedtext/qgsdelimitedtextprovider.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ class QgsDelimitedTextProvider : public QgsVectorDataProvider
189189
QRegExp mDelimiterRegexp;
190190
QString mDelimiterType;
191191

192-
bool mHasWktField;
193192
int mFieldCount; // Note: this includes field count for wkt field
194193
int mXFieldIndex;
195194
int mYFieldIndex;

0 commit comments

Comments
 (0)
Please sign in to comment.