Krita Source Code Documentation
Loading...
Searching...
No Matches
tool_smartpatch.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2017 Eugene Ingerman
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef TOOL_SMARTPATCH_H_
8
#define TOOL_SMARTPATCH_H_
9
10
#include <QObject>
11
#include <QVariant>
12
13
class
ToolSmartPatch
:
public
QObject
14
{
15
Q_OBJECT
16
public
:
17
ToolSmartPatch
(QObject *parent,
const
QVariantList &);
18
~ToolSmartPatch
()
override
;
19
20
};
21
22
#endif
// TOOL_SMARTPATCH_H_
ToolSmartPatch
Definition
tool_smartpatch.h:14
ToolSmartPatch::ToolSmartPatch
ToolSmartPatch(QObject *parent, const QVariantList &)
Definition
tool_smartpatch.cpp:22
ToolSmartPatch::~ToolSmartPatch
~ToolSmartPatch() override
Definition
tool_smartpatch.cpp:28
plugins
tools
tool_smart_patch
tool_smartpatch.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52