Warning, file /education/ktouch/src/colorsconfigwidget.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 * SPDX-FileCopyrightText: 2012 Sebastian Gottfried <sebastiangottfried@web.de> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #include "colorsconfigwidget.h" 0008 0009 ColorsConfigWidget::ColorsConfigWidget(QWidget *parent) : 0010 QWidget(parent), 0011 Ui::ColorsConfigWidget() 0012 { 0013 setupUi(this); 0014 }