Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_min_cut_worker.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 __KIS_MIN_CUT_WORKER_H
8#define __KIS_MIN_CUT_WORKER_H
9
10#include <QScopedPointer>
11
12
14{
15public:
18
19private:
20 struct Private;
21 const QScopedPointer<Private> m_d;
22};
23
24#endif /* __KIS_MIN_CUT_WORKER_H */
const QScopedPointer< Private > m_d