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

0001 /*
0002  *  SPDX-FileCopyrightText: 2020 Sharaf Zaman <sharafzaz121@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #include "kis_external_layer_iface.h"
0008 
0009 // This is a Key function, this will create a strong symbol
0010 void KisExternalLayer::resetCache()
0011 {
0012 }
0013 
0014 QRect KisExternalLayer::theoreticalBoundingRect() const
0015 {
0016     return KisLayer::exactBounds();
0017 }