From e4fa77ef6ac42d36c880db1658dfdd67dcf5d025 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 17 Jan 2019 11:08:02 -0500 Subject: yuzu/web_browser: Make slot functions private These currently aren't used by anything other than the QtWebBrowser class itself, and can be made private. --- src/yuzu/applets/web_browser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/yuzu/applets/web_browser.h b/src/yuzu/applets/web_browser.h index bba273767..983886586 100644 --- a/src/yuzu/applets/web_browser.h +++ b/src/yuzu/applets/web_browser.h @@ -43,11 +43,10 @@ public: signals: void MainWindowOpenPage(std::string_view filename, std::string_view additional_args) const; -public slots: +private: void MainWindowUnpackRomFS(); void MainWindowFinishedBrowsing(); -private: mutable std::function unpack_romfs_callback; mutable std::function finished_callback; }; -- cgit v1.2.3