From 00377c1d324c03f07e9d2c3d19dce12ce3dc6620 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 23 Aug 2018 12:21:43 +0200 Subject: Revert "Add caldav and carddav URLs + rename Gmail -> Google" This reverts commit ef1cf433c9598430654e87790fdb1be11f82ecd1. --- accounts/google/googleaccountplugin.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 accounts/google/googleaccountplugin.h (limited to 'accounts/google/googleaccountplugin.h') diff --git a/accounts/google/googleaccountplugin.h b/accounts/google/googleaccountplugin.h deleted file mode 100644 index d546c4f9..00000000 --- a/accounts/google/googleaccountplugin.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - Copyright (c) 2016 Christian Mollekopf - - This library 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. - - 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 Library General Public - License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. -*/ -#pragma once - -#include -#include - -class GoogleAccountPlugin : public QQmlExtensionPlugin -{ - Q_OBJECT - Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface") - -public: - virtual void registerTypes(const char *uri); -}; -- cgit v1.2.3