Krita Source Code Documentation
Loading...
Searching...
No Matches
selection_tools.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2003 Boudewijn Rempt (boud@valdyas.org)
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef SELECTION_TOOLS_H_
8#define SELECTION_TOOLS_H_
9
10#include <QObject>
11#include <QVariant>
12
23class SelectionTools : public QObject
24{
25 Q_OBJECT
26public:
27 SelectionTools(QObject *parent, const QVariantList &);
28 ~SelectionTools() override;
29
30};
31
32#endif // SELECTION_TOOLS_H_
~SelectionTools() override
SelectionTools(QObject *parent, const QVariantList &)