From bef80f31fa4e82219b0e8f440bd736d346441cbc Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 23 Sep 2021 14:28:36 +0200 Subject: [PATCH] Web: BrowserView::setWindowIcon must be declared as slot --- src/Mod/Web/Gui/BrowserView.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Web/Gui/BrowserView.h b/src/Mod/Web/Gui/BrowserView.h index b36e505b32..6123460479 100644 --- a/src/Mod/Web/Gui/BrowserView.h +++ b/src/Mod/Web/Gui/BrowserView.h @@ -100,6 +100,7 @@ public: bool canClose (void); #ifdef QTWEBENGINE +public Q_SLOTS: void setWindowIcon(const QIcon &icon); #endif