mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Pre astyle
This commit is contained in:
parent
0102eba542
commit
5bd27b072f
@ -301,6 +301,7 @@ void QgsDelimitedTextSourceSelect::updateFieldLists()
|
||||
if( useHeader )
|
||||
{
|
||||
fieldList = mFile->columnNames();
|
||||
|
||||
if( ! columnWkt.isEmpty()) indexWkt=fieldList.indexOf(columnWkt);
|
||||
if( indexWkt < 0 ) indexWkt=fieldList.indexOf(QRegExp("wkt.*",Qt::CaseInsensitive));
|
||||
if( indexWkt < 0 ) indexWkt=fieldList.indexOf(QRegExp("geom.*",Qt::CaseInsensitive));
|
||||
|
Loading…
x
Reference in New Issue
Block a user