Krita Source Code Documentation
Loading...
Searching...
No Matches
modify_selection.h
Go to the documentation of this file.
1/*
2 * modify_selection.h -- Part of Krita
3 *
4 * SPDX-FileCopyrightText: 2006 Michael Thaler (michael.thaler@physik.tu-muenchen.de)
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8#ifndef MODIFY_SELECTION_H
9#define MODIFY_SELECTION_H
10
11#include <QVariant>
12
13#include <KisActionPlugin.h>
14
16{
17 Q_OBJECT
18public:
19 ModifySelection(QObject *parent, const QVariantList &);
20 ~ModifySelection() override;
21};
22
23#endif // MODIFY_SELECTION_H
ModifySelection(QObject *parent, const QVariantList &)
~ModifySelection() override