1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-19 22:30:11 -06:00
suyu-mirror/src/yuzu/applets/web_browser.cpp

12 lines
316 B
C++
Raw Normal View History

// 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;