Web: BrowserView::setWindowIcon must be declared as slot

This commit is contained in:
wmayer
2021-09-23 14:28:36 +02:00
parent 01fd5b555f
commit bef80f31fa

View File

@@ -100,6 +100,7 @@ public:
bool canClose (void);
#ifdef QTWEBENGINE
public Q_SLOTS:
void setWindowIcon(const QIcon &icon);
#endif