Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_cmb_contour.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#include "kis_cmb_contour.h"
7
8#include <klocalizedstring.h>
9
11 QComboBox(parent)
12{
13 addItem(i18n("Not Implemented Yet"));
14 setEnabled(false);
15}
KisCmbContour(QWidget *parent=0)