Krita Source Code Documentation
Loading...
Searching...
No Matches
clonesarray.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2013 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef CLONESARRAY_H
8#define CLONESARRAY_H
9
10#include <KisActionPlugin.h>
11#include <kis_types.h>
12
14{
15 Q_OBJECT
16public:
17 ClonesArray(QObject *parent, const QVariantList &);
18 ~ClonesArray() override;
19
20private Q_SLOTS:
22};
23
24#endif // CLONESARRAY<_H
void slotCreateClonesArray()
ClonesArray(QObject *parent, const QVariantList &)
~ClonesArray() override