Update indentation of tiles_model::data to match coding standard use of tabs.

--HG--
branch : develop
feature/pipeline-tools
Gary Preston 9 years ago
parent 48e86eedee
commit 7281c40577

@ -78,7 +78,6 @@ QVariant tiles_model::data(const QModelIndex &index, int role) const
void tiles_model::sort ( int column, Qt::SortOrder order)
{
qSort(tiles.begin(), tiles.end(), caseInsensitiveLessThan);
}

Loading…
Cancel
Save