Skip to content

Commit

Permalink
Fix windows build (followup b5bdafe)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 20, 2017
1 parent 71671fe commit 9018414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testqgsrelationreferencewidget.cpp
Expand Up @@ -120,7 +120,7 @@ void TestQgsRelationReferenceWidget::testChainFilter()
vl2.commitChanges();

// init a relation reference widget
QStringList filterFields = { "material", "diameter", "raccord" };
QStringList filterFields = QStringList() << "material" << "diameter" << "raccord";

QgsRelationReferenceWidget w( new QWidget() );
w.setChainFilters( true );
Expand Down

1 comment on commit 9018414

@jef-n
Copy link
Member Author

@jef-n jef-n commented on 9018414 Aug 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.