diff --git a/gui/webpage.cpp b/gui/webpage.cpp index 53918ee..16fea5d 100644 --- a/gui/webpage.cpp +++ b/gui/webpage.cpp @@ -37,6 +37,7 @@ WebPage::WebPage(WEB_VIEW_PROVIDER *view) : WEB_PAGE_PROVIDER *WebPage::createWindow(WEB_PAGE_PROVIDER::WebWindowType type) { + Q_UNUSED(type) return new WebPage; }