From 6560473ed803b1d5393726dfef4dbbf6ef574538 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 25 Mar 2019 13:28:00 +0100 Subject: [PATCH] Update src/core/qgsmaplayerstore.h Co-Authored-By: elpaso --- src/core/qgsmaplayerstore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/qgsmaplayerstore.h b/src/core/qgsmaplayerstore.h index c65f06a2b42..87b2da81287 100644 --- a/src/core/qgsmaplayerstore.h +++ b/src/core/qgsmaplayerstore.h @@ -151,7 +151,7 @@ class CORE_EXPORT QgsMapLayerStore : public QObject * * * \note If a layer with the same id is already in the store it is not added again, - * but if the validity of the layer has changed from false to true, the + * but if the validity of the layer has changed from FALSE to TRUE, the * layer data source is updated to the new one. * * \returns a list of the map layers that were added