Krita Source Code Documentation
Loading...
Searching...
No Matches
wdg_layersplit.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2014 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6#ifndef WDG_LAYERSPLIT_H
7#define WDG_LAYERSPLIT_H
8
9#include <QWidget>
10#include "ui_wdg_layersplit.h"
11
12class WdgLayerSplit : public QWidget, public Ui::WdgLayerSplit
13{
14 Q_OBJECT
15
16public:
17
18 WdgLayerSplit(QWidget* parent);
19
20};
21
22
23#endif // WDG_LAYERSPLIT_H
WdgLayerSplit(QWidget *parent)