Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 14, 2018
1 parent 6b74268 commit 773e863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/locator/qgslocatoroptionswidget.cpp
Expand Up @@ -191,9 +191,9 @@ bool QgsLocatorFiltersModel::setData( const QModelIndex &index, const QVariant &
return true;
}
}
return false;
}


case Qt::CheckStateRole:
{
bool checked = static_cast< Qt::CheckState >( value.toInt() ) == Qt::Checked;
Expand Down

0 comments on commit 773e863

Please sign in to comment.