Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_operation_ui_factory.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2013 Sven Langkamp <sven.langkamp@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
9class Q_DECL_HIDDEN KisOperationUIFactory::Private {
10
11public:
13 QString id;
14};
15
20
25
26QString KisOperationUIFactory::id() const
27{
28 return d->id;
29}
30
31
KisOperationUIFactory(const QString &id)