Skip to content

Commit

Permalink
Rename map canvas and remove the old licence header
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Oct 5, 2023
1 parent f7764d6 commit cc0ce93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/qml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ set(MM_QML
map/Crosshair.qml
map/Highlight.qml
map/LoadingIndicator.qml
map/MapCanvas.qml
map/MMMapCanvas.qml
map/MapWrapper.qml
map/PositionMarker.qml
map/RecordingToolbar.qml
Expand Down
5 changes: 0 additions & 5 deletions app/qml/map/MapCanvas.qml → app/qml/map/MMMapCanvas.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
* *
***************************************************************************/

/*
* Previous implementation was forked from https://github.com/qgis/QGIS on 25th Nov 2022
* File: qgsquickmapcanvas.qml by (C) 2014 by Matthias Kuhn
*/

import QtQuick
import QtCore
import QtQuick.Controls
Expand Down
2 changes: 1 addition & 1 deletion app/qml/map/MapWrapper.qml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Item {
anchors.fill: parent
}

MapCanvas {
MMMapCanvas {
id: mapCanvas

anchors.fill: canvasRoot
Expand Down

0 comments on commit cc0ce93

Please sign in to comment.