Krita Source Code Documentation
Loading...
Searching...
No Matches
tool_lazybrush.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef TOOL_LAZYBRUSH_H_
8#define TOOL_LAZYBRUSH_H_
9
10#include <QObject>
11#include <QVariant>
12
13class ToolLazyBrush : public QObject
14{
15 Q_OBJECT
16public:
17 ToolLazyBrush(QObject *parent, const QVariantList &);
18 ~ToolLazyBrush() override;
19
20};
21
22#endif // TOOL_LAZYBRUSH_H_
ToolLazyBrush(QObject *parent, const QVariantList &)
~ToolLazyBrush() override