Skip to content

Commit 773e863

Browse files
committedMay 14, 2018
Fix build warning
1 parent 6b74268 commit 773e863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/locator/qgslocatoroptionswidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ bool QgsLocatorFiltersModel::setData( const QModelIndex &index, const QVariant &
191191
return true;
192192
}
193193
}
194+
return false;
194195
}
195196

196-
197197
case Qt::CheckStateRole:
198198
{
199199
bool checked = static_cast< Qt::CheckState >( value.toInt() ) == Qt::Checked;

0 commit comments

Comments
 (0)