Krita Source Code Documentation
Loading...
Searching...
No Matches
layersplit.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2014 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6#ifndef LAYERSPLIT_H
7#define LAYERSPLIT_H
8
9#include <QVariant>
10
11#include <QUrl>
12#include <KisActionPlugin.h>
13
15{
16 Q_OBJECT
17public:
18 LayerSplit(QObject *parent, const QVariantList &);
19 ~LayerSplit() override;
20
21private Q_SLOTS:
22
23 void slotLayerSplit();
24
25};
26
27#endif // LAYERSPLIT_H
LayerSplit(QObject *parent, const QVariantList &)
void slotLayerSplit()
~LayerSplit() override