diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-17 23:01:28 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | ffcfde3b6232d0537043d832459be521c9a7f996 (patch) | |
tree | c3c661791b00307823a3f55d49c1cd9aec2add17 /qt-models/maplocationmodel.cpp | |
parent | 6ed807f52d7837e1e8e87a182ca053ca17f45b5b (diff) | |
download | subsurface-ffcfde3b6232d0537043d832459be521c9a7f996.tar.gz |
maplocationmodel: small whitespace cleanup
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-models/maplocationmodel.cpp')
-rw-r--r-- | qt-models/maplocationmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/maplocationmodel.cpp b/qt-models/maplocationmodel.cpp index ec554d004..62cd49aba 100644 --- a/qt-models/maplocationmodel.cpp +++ b/qt-models/maplocationmodel.cpp @@ -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();
|