summaryrefslogtreecommitdiff
path: root/src/rview.cpp
blob: 2da3096ca4f91658d8cdf189e27dde87091164ad (plain)
1
2
3
4
5
6
7
8
9
10
11
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) {}