Skip to content
Permalink
Browse files
Add missing override keyword
  • Loading branch information
nyalldawson committed Sep 11, 2017
1 parent ce3ac5f commit 727d209
Showing 1 changed file with 1 addition and 1 deletion.
@@ -28,7 +28,7 @@ class SubLayerItem : public QTreeWidgetItem
: QTreeWidgetItem( strings, type )
{}

bool operator <( const QTreeWidgetItem &other ) const
bool operator <( const QTreeWidgetItem &other ) const override
{
QgsSublayersDialog *d = qobject_cast<QgsSublayersDialog *>( treeWidget()->parent() );
int col = treeWidget()->sortColumn();

0 comments on commit 727d209

Please sign in to comment.