Skip to content

Commit

Permalink
Do not skip first line on value map csv import
Browse files Browse the repository at this point in the history
Fix #32250
  • Loading branch information
m-kuhn authored and nyalldawson committed Apr 17, 2020
1 parent cde0ce2 commit d8cdb20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/editorwidgets/qgsvaluemapconfigdlg.cpp
Expand Up @@ -321,8 +321,6 @@ void QgsValueMapConfigDlg::loadFromCSVButtonPushed()

QList<QPair<QString, QVariant>> map;

s.readLine();

while ( !s.atEnd() )
{
QString l = s.readLine().trimmed();
Expand Down

0 comments on commit d8cdb20

Please sign in to comment.