mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Fix build with Qt 5.5
This commit is contained in:
parent
9c24818d78
commit
7c5f910de3
@ -230,7 +230,7 @@ void QgsFeatureFilterModel::updateCompleter()
|
||||
{
|
||||
beginMoveRows( QModelIndex(), mExtraIdentifierValueIndex, mExtraIdentifierValueIndex, QModelIndex(), 0 );
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 6, 0)
|
||||
Entry extraEntry = mEntries.takeAt( mExtraIdentifierValueIndex, 1 );
|
||||
Entry extraEntry = mEntries.takeAt( mExtraIdentifierValueIndex );
|
||||
mEntries.prepend( extraEntry );
|
||||
#else
|
||||
mEntries.move( mExtraIdentifierValueIndex, 0 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user