Krita Source Code Documentation
Loading...
Searching...
No Matches
KoAbstractCanvasResourceInterface.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
10 : m_key(key)
11 , m_debugTag(debugTag)
12{
13}
14
16 return m_key;
17}
KoAbstractCanvasResourceInterface(int key, const QString debugTag=QString())