Web: Fix MSVC compile error in BrowserView (part 2)

This commit is contained in:
Chris Hennes
2021-09-21 13:08:29 -05:00
parent 4f2d65a178
commit 7b77ea52e7

View File

@@ -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