From 0c374af176f961c45fadb716af55789984d257b6 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 1 Sep 2019 00:24:18 +0200 Subject: Map: don't derive MapLocation from QObject Map location is 1) A plain value type 2) Never passed to QML Make it a simple C++ class. Signed-off-by: Berthold Stoeger --- qt-models/maplocationmodel.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'qt-models') diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h index afb7e92ec..cb8252a3a 100644 --- a/qt-models/maplocationmodel.h +++ b/qt-models/maplocationmodel.h @@ -10,10 +10,8 @@ #include #include -class MapLocation : public QObject +class MapLocation { - Q_OBJECT - public: explicit MapLocation(); explicit MapLocation(struct dive_site *ds, QGeoCoordinate coord, QString name, bool selected); -- cgit v1.2.3-70-g09d2