# HG changeset patch # User Chris Cannam # Date 1557499851 -3600 # Node ID 98157ea8a3d287531851521d6386fda7a8b6b174 # Parent 9e846af73f3e6c140c7a15efc6c355a155da982b Comment diff -r 9e846af73f3e -r 98157ea8a3d2 layer/Layer.h --- 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: