Krita Source Code Documentation
Loading...
Searching...
No Matches
waveletdecompose.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Miroslav Talasek <miroslav.talasek@seznam.cz>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6#ifndef WAVELETDECOMPOSE_H
7#define WAVELETDECOMPOSE_H
8
9#include <QVariant>
10
11#include <QUrl>
12#include <KisActionPlugin.h>
13
15{
16 Q_OBJECT
17public:
18 WaveletDecompose(QObject *parent, const QVariantList &);
19 ~WaveletDecompose() override;
20
21private Q_SLOTS:
22
24
25};
26
27#endif // WAVELETDECOMPOSE_H
WaveletDecompose(QObject *parent, const QVariantList &)
~WaveletDecompose() override