summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/web_browser.cpp
blob: 92b53fed02fdfc2f415329c4918e0b4a10194d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "core/hle/lock.h"
#include "yuzu/applets/web_browser.h"
#include "yuzu/main.h"

QtWebBrowser::QtWebBrowser(GMainWindow& main_window) {}

QtWebBrowser::~QtWebBrowser() = default;