File indexing completed on 2024-05-12 15:58:50

0001 /*
0002  *  SPDX-FileCopyrightText: 2019 Dmitry Kazakov <dimula73@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #include "KisDecoratedNodeInterface.h"
0008 
0009 KisDecoratedNodeInterface::~KisDecoratedNodeInterface()
0010 {
0011 }
0012 
0013 void KisDecoratedNodeInterface::setDecorationsVisible(bool value)
0014 {
0015     setDecorationsVisible(value, true);
0016 }