Skip to content

Commit 9237fc0

Browse files
authored
Mfeigl/minor doc changes (#534)
1 parent ce59e77 commit 9237fc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

uitools/cpp/Esri/ArcGISRuntime/Toolkit/FloorFilterController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ namespace Toolkit {
151151
disconnectOnSignal(self, &FloorFilterController::geoViewChanged, self, c);
152152
};
153153

154-
// Hooks up to any geoModels that appear when the map/sceneView changed signal is called.
154+
// Hooks up to any geoModels that appear when the mapView/sceneView changed signal is called.
155155
QObject::connect(geoView, getGeoModelChangedSignal(geoView), self, connectToGeoModel);
156156
connectToGeoModel();
157157

uitools/import/Esri/ArcGISRuntime/Toolkit/Controller/BasemapGalleryController.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ QtObject {
6969
\brief The gallery of BasemapGalleryItem objects.
7070
7171
Internally, the gallery is a QML ListModel containing elements of type ListElement.
72-
Each ListElement has a single property `modelData`, which maps ot a BasemapGalleryItem.
72+
Each ListElement has a single property `modelData`, which maps to a BasemapGalleryItem.
7373
*/
7474
readonly property alias gallery: internal.gallery
7575

uitools/widgets/Esri/ArcGISRuntime/Toolkit/NorthArrow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class NorthArrow : public QLabel
4242

4343
void setMapView(MapGraphicsView* mapView);
4444

45-
void setSceneView(SceneGraphicsView* mapView);
45+
void setSceneView(SceneGraphicsView* sceneView);
4646

4747
NorthArrowController* controller() const;
4848

0 commit comments

Comments
 (0)