From 481ba1581c7e4c00b5fa964272524573975558ea Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Tue, 30 May 2023 11:43:49 +0200 Subject: [PATCH] [client,sdl] fixed warning in webview --- client/SDL/sdl_webview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/SDL/sdl_webview.cpp b/client/SDL/sdl_webview.cpp index 5388fd006..6c6fb3154 100644 --- a/client/SDL/sdl_webview.cpp +++ b/client/SDL/sdl_webview.cpp @@ -59,7 +59,7 @@ class SchemeHandler : public QWebEngineUrlSchemeHandler const std::string code() const { - m_code; + return m_code; } private: