summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-07-28 16:40:28 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 07:31:11 -0700
commit69f8fc3c5b78eff762e469ae8d0ff9d62f5114ba (patch)
tree6513aeec4e11887bf1b89a9f2b03540cd8677ad1 /qt-models
parent591c4bfccab8ab0c972ea8c574df82579b865374 (diff)
downloadsubsurface-69f8fc3c5b78eff762e469ae8d0ff9d62f5114ba.tar.gz
map: whitespace cleanup in QML and C++ files
- remove ";"s - remove {} where not needed or move them to the same line Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/maplocationmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h
index b3a059038..c2305888d 100644
--- a/qt-models/maplocationmodel.h
+++ b/qt-models/maplocationmodel.h
@@ -55,7 +55,6 @@ public:
~MapLocationModel();
Q_INVOKABLE MapLocation *get(int row);
-
QVariant data(const QModelIndex &index, int role) const override;
int rowCount(const QModelIndex &parent) const override;
int count();
@@ -78,7 +77,6 @@ signals:
void countChanged(int c);
void selectedUuidChanged();
void selectedLocationChanged(MapLocation *);
-
};
#endif