mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
2241a28499
commit
ea961edec8
2 changed files with 21 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
Q_IMPORT_PLUGIN(QGeoServiceProviderFactoryGooglemaps)
|
||||
#endif
|
||||
|
||||
class MapLocationModel;
|
||||
#include "qt-models/maplocationmodel.h"
|
||||
class MapLocation;
|
||||
struct dive_site;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue