interfaces
iproject.cpp
00001 /* This file is part of the KDE project 00002 Copyright 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> 00003 Copyright 2002-2003 Roberto Raggi <roberto@kdevelop.org> 00004 Copyright 2002 Simon Hausmann <hausmann@kde.org> 00005 Copyright 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> 00006 Copyright 2003 Mario Scalas <mario.scalas@libero.it> 00007 Copyright 2003-2004 Alexander Dymo <adymo@kdevelop.org> 00008 Copyright 2006 Matt Rogers <mattr@kde.org> 00009 Copyright 2007 Andreas Pakulat <apaku@gmx.de> 00010 00011 This library is free software; you can redistribute it and/or 00012 modify it under the terms of the GNU Library General Public 00013 License as published by the Free Software Foundation; either 00014 version 2 of the License, or (at your option) any later version. 00015 00016 This library is distributed in the hope that it will be useful, 00017 but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00019 Library General Public License for more details. 00020 00021 You should have received a copy of the GNU Library General Public License 00022 along with this library; see the file COPYING.LIB. If not, write to 00023 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00024 Boston, MA 02110-1301, USA. 00025 */ 00026 00027 #include "iproject.h" 00028 00029 #include <QtDBus/QtDBus> 00030 00031 namespace KDevelop 00032 { 00033 00034 IProject::IProject(QObject *parent) 00035 : QObject(parent) 00036 { 00037 } 00038 00039 IProject::~IProject() 00040 { 00041 } 00042 00043 } 00044 00045 #include "iproject.moc" 00046
KDE 4.2 API Reference