Skip to content

Commit

Permalink
Fix windows build again (followup d2315e4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 22, 2017
1 parent 6380a97 commit e6de429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testqgsrelationreferencewidget.cpp
Expand Up @@ -188,7 +188,7 @@ void TestQgsRelationReferenceWidget::testChainFilter()
void TestQgsRelationReferenceWidget::testChainFilterRefreshed()
{
// 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

3 comments on commit e6de429

@jef-n
Copy link
Member Author

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

Choose a reason for hiding this comment

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

@pblottiere
Copy link
Member

Choose a reason for hiding this comment

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

Sorry for that @jef-n

@jef-n
Copy link
Member Author

@jef-n jef-n commented on e6de429 Aug 24, 2017

Choose a reason for hiding this comment

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

np, I just thought you should know, so we don't run into it again.

Please sign in to comment.