diff layer/Layer.h @ 1456:98157ea8a3d2 single-point

Comment
author Chris Cannam
date Fri, 10 May 2019 15:50:51 +0100
parents af824022bffd
children 11a150e65ee1
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: