Qt6: first steps towards map support

There is an initial build of the C++ classes that seems to work, but the QML
integration is still missing. Still, progress is being made.

Unfortunately with Qt6 we can't forward declare the MapLocationModel class (one
of the operators needs to be able to determine the size of the class), so we
need to include the header file.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-04-08 14:31:02 -10:00
parent 2241a28499
commit ea961edec8
2 changed files with 21 additions and 1 deletions

View file

@ -12,7 +12,7 @@
Q_IMPORT_PLUGIN(QGeoServiceProviderFactoryGooglemaps)
#endif
class MapLocationModel;
#include "qt-models/maplocationmodel.h"
class MapLocation;
struct dive_site;