From 69f8fc3c5b78eff762e469ae8d0ff9d62f5114ba Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Fri, 28 Jul 2017 16:40:28 +0300 Subject: 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 --- qt-models/maplocationmodel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qt-models') 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 -- cgit v1.2.3-70-g09d2