We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3ac5f commit 727d209Copy full SHA for 727d209
src/gui/qgssublayersdialog.cpp
@@ -28,7 +28,7 @@ class SubLayerItem : public QTreeWidgetItem
28
: QTreeWidgetItem( strings, type )
29
{}
30
31
- bool operator <( const QTreeWidgetItem &other ) const
+ bool operator <( const QTreeWidgetItem &other ) const override
32
{
33
QgsSublayersDialog *d = qobject_cast<QgsSublayersDialog *>( treeWidget()->parent() );
34
int col = treeWidget()->sortColumn();
0 commit comments