mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
WebInspector: Initialize m_inspectElement
Fixes crash after opening inspector Closes #2132
This commit is contained in:
parent
ad563dbba4
commit
cb771352da
|
@ -49,7 +49,7 @@ private:
|
|||
|
||||
static QList<QWebEngineView*> s_views;
|
||||
|
||||
bool m_inspectElement;
|
||||
bool m_inspectElement = false;
|
||||
QWebEngineView *m_view;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user