maplocationmodel: small whitespace cleanup
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
6ed807f52d
commit
ffcfde3b62
@ -30,7 +30,7 @@ MapLocationModel::~MapLocationModel()
|
||||
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())
|
||||
return QVariant();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user