Commit e4a3ca84 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc: add docs for QWebEngineView::renderProcessTerminated()


Change-Id: I055467595e6c922bc95fabf63555c7225de6d626
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
Showing with 8 additions and 0 deletions
...@@ -108,6 +108,14 @@ QWebEngineViewPrivate::QWebEngineViewPrivate() ...@@ -108,6 +108,14 @@ QWebEngineViewPrivate::QWebEngineViewPrivate()
#endif // QT_NO_ACCESSIBILITY #endif // QT_NO_ACCESSIBILITY
} }
/*!
\fn QWebEngineView::renderProcessTerminated(QWebEnginePage::RenderProcessTerminationStatus terminationStatus, int exitCode)
This signal is emitted when the render process is terminated with a non-zero exit status.
\a terminationStatus is the termination status of the process and \a exitCode is the status code
with which the process terminated.
*/
QWebEngineView::QWebEngineView(QWidget *parent) QWebEngineView::QWebEngineView(QWidget *parent)
: QWidget(parent) : QWidget(parent)
, d_ptr(new QWebEngineViewPrivate) , d_ptr(new QWebEngineViewPrivate)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment