mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
maplocationmodel: small whitespace cleanup
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
6ed807f52d
commit
ffcfde3b62
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ MapLocationModel::~MapLocationModel()
|
||||||
clear();
|
clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
QVariant MapLocationModel::data( const QModelIndex & index, int role ) const
|
QVariant MapLocationModel::data(const QModelIndex & index, int role) const
|
||||||
{
|
{
|
||||||
if (index.row() < 0 || index.row() >= m_mapLocations.size())
|
if (index.row() < 0 || index.row() >= m_mapLocations.size())
|
||||||
return QVariant();
|
return QVariant();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue