From 9a6abe17e0676acd6deb9a13ab6f8e549de987cc Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 16 Jul 2018 11:08:11 +0200 Subject: Removed the unused webengineprofile --- framework/src/webengineprofile.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 framework/src/webengineprofile.h (limited to 'framework/src/webengineprofile.h') diff --git a/framework/src/webengineprofile.h b/framework/src/webengineprofile.h deleted file mode 100644 index 3a58e23c..00000000 --- a/framework/src/webengineprofile.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - Copyright (c) 2017 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 "kube_export.h" -#include - -class KUBE_EXPORT WebEngineProfile : public QQuickWebEngineProfile -{ - Q_OBJECT -public: - WebEngineProfile(QObject *parent = nullptr); -}; - -- cgit v1.2.3