File indexing completed on 2024-06-09 04:21:59

0001 /*
0002  *  SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #include "kis_min_cut_worker.h"
0008 
0009 struct KisMinCutWorker::Private
0010 {
0011 };
0012 
0013 KisMinCutWorker::KisMinCutWorker()
0014     : m_d(new Private)
0015 {
0016 }
0017 
0018 KisMinCutWorker::~KisMinCutWorker()
0019 {
0020 }