Krita Source Code Documentation
Loading...
Searching...
No Matches
KisClonableViewConverter.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISCLONABLEVIEWCONVERTER_H
8#define KISCLONABLEVIEWCONVERTER_H
9
10#include "kritaui_export.h"
11#include <KoViewConverter.h>
12
14{
15public:
16 virtual KisClonableViewConverter* clone() const = 0;
17};
18
19#endif // KISCLONABLEVIEWCONVERTER_H
virtual KisClonableViewConverter * clone() const =0