Fix warning about unused parameter

This commit is contained in:
Martchus 2019-03-14 18:06:51 +01:00 committed by Marius Kittler
parent 68cb9262b5
commit 6a3c39f4d4
1 changed files with 1 additions and 0 deletions

View File

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