From 7b77ea52e7850b73cf0ae888a557b0dce7874e2f Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Tue, 21 Sep 2021 13:08:29 -0500 Subject: [PATCH] Web: Fix MSVC compile error in BrowserView (part 2) --- src/Mod/Web/Gui/BrowserView.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mod/Web/Gui/BrowserView.h b/src/Mod/Web/Gui/BrowserView.h index fae6c608b0..b36e505b32 100644 --- a/src/Mod/Web/Gui/BrowserView.h +++ b/src/Mod/Web/Gui/BrowserView.h @@ -97,6 +97,8 @@ public: bool onMsg(const char* pMsg,const char** ppReturn); bool onHasMsg(const char* pMsg) const; + bool canClose (void); + #ifdef QTWEBENGINE void setWindowIcon(const QIcon &icon); #endif