forked from subsurface/subsurface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters