Warning, file /education/parley/src/practice/abstractfrontend.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: 2009 Daniel Laidig <d.laidig@gmx.de> 0003 SPDX-License-Identifier: GPL-2.0-or-later 0004 */ 0005 0006 #include "abstractfrontend.h" 0007 0008 using namespace Practice; 0009 0010 AbstractFrontend::AbstractFrontend(QObject *parent) 0011 : QObject(parent) 0012 { 0013 }