File indexing completed on 2024-05-12 15:59:06

0001 /*
0002  * SPDX-FileCopyrightText: 2018 Boudewijn Rempt <boud@valdyas.org>
0003  *
0004  * SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 
0007 #ifndef LIBKISUTILS_H
0008 #define LIBKISUTILS_H
0009 
0010 class Node;
0011 
0012 #include <kis_types.h>
0013 
0014 namespace LibKisUtils
0015 {
0016 
0017 QList<Node *> createNodeList(KisNodeList kisnodes, KisImageWSP image);
0018 
0019 }
0020 
0021 #endif // LIBKISUTILS_H