Skip to content

Commit

Permalink
Fix LineEdit edit type conversion warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 4, 2014
1 parent a37b7e4 commit b98c2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgslegacyhelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const QString QgsLegacyHelpers::convertEditType( QgsVectorLayer::EditType editTy

case QgsVectorLayer::LineEdit:
{
widgetType = "LineEdit";
widgetType = "TextEdit";
cfg.insert( "IsMultiline", false );
break;
}
Expand Down

0 comments on commit b98c2fe

Please sign in to comment.