Warning, file /education/kwordquiz/src/prefeditor.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: 2003 Peter Hedlund <peter.hedlund@kdemail.net>
0003     SPDX-License-Identifier: LGPL-2.0-only
0004 */
0005 
0006 #include "prefeditor.h"
0007 
0008 PrefEditor::PrefEditor(QWidget *parent) : QWidget(parent)
0009 {
0010   setupUi(this);
0011 }