mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-26 16:13:32 +01:00
Fixed warning.
This commit is contained in:
parent
40d6f2d70a
commit
df198a38a4
@ -122,6 +122,8 @@ void WebViewer::clear() {
|
||||
}
|
||||
|
||||
QWebEngineView *WebViewer::createWindow(QWebEnginePage::WebWindowType type) {
|
||||
Q_UNUSED(type)
|
||||
|
||||
return qApp->mainForm()->tabWidget()->widget(qApp->mainForm()->tabWidget()->addBrowser(false, false))->webBrowser()->viewer();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user