Skip to content

Commit

Permalink
Fix build with Qt 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 6, 2017
1 parent b3c1590 commit ee75d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -169,7 +169,7 @@ void QgsDualView::columnBoxInit()
connect( sortByPreviewExpression, &QAction::triggered, this, &QgsDualView::sortByPreviewExpression );
mFeatureListPreviewButton->addAction( sortByPreviewExpression );

QAction *separator = new QAction();
QAction *separator = new QAction( mFeatureListPreviewButton );
separator->setSeparator( true );
mFeatureListPreviewButton->addAction( separator );
restoreRecentDisplayExpressions();
Expand Down

0 comments on commit ee75d8c

Please sign in to comment.