mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -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:
|
case QgsVectorLayer::LineEdit:
|
||||||
{
|
{
|
||||||
widgetType = "LineEdit";
|
widgetType = "TextEdit";
|
||||||
cfg.insert( "IsMultiline", false );
|
cfg.insert( "IsMultiline", false );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user