From 7c94d55f866794b2f1bb33b1f241552496b59b31 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:02:48 +0200 Subject: Removed old files --- framework/accounts/accountsplugin.cpp | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 framework/accounts/accountsplugin.cpp (limited to 'framework/accounts/accountsplugin.cpp') diff --git a/framework/accounts/accountsplugin.cpp b/framework/accounts/accountsplugin.cpp deleted file mode 100644 index 211898d9..00000000 --- a/framework/accounts/accountsplugin.cpp +++ /dev/null @@ -1,30 +0,0 @@ -/* - Copyright (C) 2017 Michael Bohlender, - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU 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 "accountsplugin.h" - -#include "accountsmodel.h" -#include "accountfactory.h" - -#include - -void AccountsPlugin::registerTypes (const char *uri) -{ - qmlRegisterType(uri, 1, 0, "AccountFactory"); - qmlRegisterType(uri, 1, 0, "AccountsModel"); -} -- cgit v1.2.3