File indexing completed on 2024-05-12 16:01:52

0001 /*
0002  *  SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #include "KisPaintopPropertiesBase.h"
0008 #include "kis_properties_configuration.h"
0009 #include <KisResourcesInterface.h>
0010 
0011 
0012 KisPaintopPropertiesResourcesBase::~KisPaintopPropertiesResourcesBase()
0013 {
0014 
0015 }
0016 
0017 KisPaintopPropertiesBase::~KisPaintopPropertiesBase()
0018 {
0019 }
0020 
0021 
0022 KisPaintopPropertiesCanvasResourcesBase::~KisPaintopPropertiesCanvasResourcesBase()
0023 {
0024 
0025 }