summaryrefslogtreecommitdiff
path: root/src/rview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rview.cpp')
-rw-r--r--src/rview.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/rview.cpp b/src/rview.cpp
new file mode 100644
index 00000000..2da3096c
--- /dev/null
+++ b/src/rview.cpp
@@ -0,0 +1,12 @@
+/* ============================================================
+ * 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) {}