Skip to content

Commit d28296f

Browse files
committedJul 7, 2017
Get rid of the comment about getting rid of the qgseditorwidgetregistry
1 parent e6de737 commit d28296f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/server/services/wms/qgswmsrenderer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,6 @@ namespace QgsWms
23572357

23582358
QString QgsRenderer::replaceValueMapAndRelation( QgsVectorLayer *vl, int idx, const QString &attributeVal )
23592359
{
2360-
// TODO Could we get rid of QgsEditorWidgetRegistry dependency ?
23612360
const QgsEditorWidgetSetup setup = vl->editorWidgetSetup( idx );
23622361
QgsFieldFormatter *fieldFormatter = QgsApplication::fieldFormatterRegistry()->fieldFormatter( setup.type() );
23632362
QString value( fieldFormatter->representValue( vl, idx, setup.config(), QVariant(), attributeVal ) );

0 commit comments

Comments
 (0)
Please sign in to comment.