changeset 1456:98157ea8a3d2 single-point

Comment
author Chris Cannam
date Fri, 10 May 2019 15:50:51 +0100
parents 9e846af73f3e
children 160e6d010141
files layer/Layer.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/layer/Layer.h	Fri May 10 09:22:20 2019 +0100
+++ b/layer/Layer.h	Fri May 10 15:50:51 2019 +0100
@@ -549,6 +549,10 @@
     virtual bool canExistWithoutModel() const { return false; }
 
 public slots:
+    /**
+     * Change the visibility status (dormancy) of the layer in the
+     * given view.
+     */
     void showLayer(LayerGeometryProvider *, bool show);
 
 signals: