mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-10 00:05:25 -04:00
Fix LineEdit edit type conversion warning
http://lists.osgeo.org/pipermail/qgis-developer/2014-June/032942.html
This commit is contained in:
parent
a37b7e4e72
commit
b98c2fec1b
@ -152,7 +152,7 @@ const QString QgsLegacyHelpers::convertEditType( QgsVectorLayer::EditType editTy
|
||||
|
||||
case QgsVectorLayer::LineEdit:
|
||||
{
|
||||
widgetType = "LineEdit";
|
||||
widgetType = "TextEdit";
|
||||
cfg.insert( "IsMultiline", false );
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user