summaryrefslogtreecommitdiff
path: root/src/rview.cpp
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-08-16 16:19:04 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-08-16 16:19:04 +0300
commit616e680aa8af8f5056b5133dd44258c252ca656f (patch)
tree4c89c4fe2b9b2cc77c550c8d52d6d1058ee10846 /src/rview.cpp
parentAdd rView and WebView (diff)
downloadrekonq-616e680aa8af8f5056b5133dd44258c252ca656f.tar.xz
Turn WebEngine into a plugin
Diffstat (limited to 'src/rview.cpp')
-rw-r--r--src/rview.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/rview.cpp b/src/rview.cpp
deleted file mode 100644
index 2da3096c..00000000
--- a/src/rview.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-/* ============================================================
- * The rekonq project
- * ============================================================
- * SPDX-License-Identifier: GPL-3.0-only
- * Copyright (C) 2022 aqua <aqua@iserlohn-fortress.net>
- * ============================================================
- * Description: View Interface
- * ============================================================ */
-
-#include "rview.h"
-
-rView::rView(const QUrl &url, QWidget *parent) : QWidget(parent) {}