mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
commenting noisy warnings (#32238)
* commenting noisy warnings These are annoying and prevent from correctly testing QGIS nightlies. Will be reverted when #32176 is merged
This commit is contained in:
parent
6297da3d11
commit
6a797d6736
@ -205,10 +205,7 @@ void QgsFeatureListView::setEditSelection( const QModelIndex &index, QItemSelect
|
||||
bool ok = true;
|
||||
emit aboutToChangeEditSelection( ok );
|
||||
|
||||
#ifdef QGISDEBUG
|
||||
if ( index.model() != mModel->masterModel() )
|
||||
qWarning() << "Index from wrong model passed in";
|
||||
#endif
|
||||
Q_ASSERT( index.model() == mModel->masterModel() || !index.isValid() );
|
||||
|
||||
if ( ok )
|
||||
mCurrentEditSelectionModel->select( index, command );
|
||||
|
Loading…
x
Reference in New Issue
Block a user