X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=buliscores-server%2Fbuliscoressrv.cpp;fp=buliscores-server%2Fbuliscoressrv.cpp;h=05e26d6f4286c428760ccaf18fad1e4f16cf02fd;hb=138ceaf5835d6b3e0201a132abdeb96be45fa6fd;hp=0000000000000000000000000000000000000000;hpb=54cb1857146acd8ada989ccbc85540793f654d69;p=buliscores diff --git a/buliscores-server/buliscoressrv.cpp b/buliscores-server/buliscoressrv.cpp new file mode 100644 index 0000000..05e26d6 --- /dev/null +++ b/buliscores-server/buliscoressrv.cpp @@ -0,0 +1,26 @@ +/* + * Copyright (C) 2010 David Solbach + * + * This file is part of BuliScores. + * + * BuliScores is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * BiliScores is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the Free + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#include "buliscoressrv.h" + +BuliScoresSrv::BuliScoresSrv(QObject *parent) : + QObject(parent) +{ +}