Skip to content

Commit 727d209

Browse files
committed
Add missing override keyword
1 parent ce3ac5f commit 727d209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgssublayersdialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SubLayerItem : public QTreeWidgetItem
2828
: QTreeWidgetItem( strings, type )
2929
{}
3030

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

0 commit comments

Comments
 (0)