From 34f9a1e827e37f7172d9ebea3e511e1349da1f7e Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 08:33:37 +0100 Subject: split out the resource bits into their own file --- common/clientapi.cpp | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 common/clientapi.cpp (limited to 'common/clientapi.cpp') diff --git a/common/clientapi.cpp b/common/clientapi.cpp deleted file mode 100644 index 88797cc..0000000 --- a/common/clientapi.cpp +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Copyright (C) 2014 Aaron Seigo - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) version 3, or any - * later version accepted by the membership of KDE e.V. (or its - * successor approved by the membership of KDE e.V.), which shall - * act as a proxy defined in Section 6 of version 3 of the license. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - */ - -#include "clientapi.h" - -Resource::Resource() - : d(0) -{ - -} - -Resource::~Resource() -{ - //delete d; -} - -ResourceFactory::ResourceFactory(QObject *parent) - : QObject(parent), - d(0) -{ - -} - -ResourceFactory::~ResourceFactory() -{ - //delete d; -} - -- cgit v1.2.3