mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-02 08:15:59 +00:00
Update indentation of tiles_model::data to match coding standard use of tabs.
This commit is contained in:
parent
f0977f7d12
commit
7face10cc4
1 changed files with 6 additions and 7 deletions
|
@ -78,7 +78,6 @@ QVariant tiles_model::data(const QModelIndex &index, int role) const
|
||||||
void tiles_model::sort ( int column, Qt::SortOrder order)
|
void tiles_model::sort ( int column, Qt::SortOrder order)
|
||||||
{
|
{
|
||||||
qSort(tiles.begin(), tiles.end(), caseInsensitiveLessThan);
|
qSort(tiles.begin(), tiles.end(), caseInsensitiveLessThan);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue