mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
make slots private
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
This commit is contained in:
parent
1e2abf9b59
commit
2f0e3b2602
@ -64,7 +64,7 @@ class QgsFilteredSelectionManager : public QgsVectorLayerSelectionManager
|
||||
return mSelectedFeatureIds.count();
|
||||
}
|
||||
|
||||
public slots:
|
||||
private slots:
|
||||
|
||||
void onSelectionChanged( const QgsFeatureIds &selected, const QgsFeatureIds &deselected, bool clearAndSelect ) override
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user