Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSurfaceColorManagerInterface.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
10 : QObject(parent)
11 , m_window(window)
12{
13}
14
18
19#include <moc_KisSurfaceColorManagerInterface.cpp>
KisSurfaceColorManagerInterface(QWindow *window, QObject *parent=nullptr)