Krita Source Code Documentation
Loading...
Searching...
No Matches
KoResourceUpdateMediator.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
9
11{
12 Private(int _key) : key(_key) {}
13 int key;
14};
15
16
21
25
27{
28 return m_d->key;
29}
const QScopedPointer< Private > m_d