Alive thread implemented
This commit is contained in:
@@ -473,6 +473,16 @@ int Rktwebview_qt::nextHandle()
|
||||
return h;
|
||||
}
|
||||
|
||||
void Rktwebview_qt::closeAllWindows()
|
||||
{
|
||||
auto wvs = _views.keys();
|
||||
int i;
|
||||
for(i = 0; i < wvs.size(); i++) {
|
||||
int wv = wvs[i];
|
||||
rktWebViewClose(wv);
|
||||
}
|
||||
}
|
||||
|
||||
rkt_wv_context_t Rktwebview_qt::newContext(const QString &boilerplate_js, bool has_pem, const QString &optional_server_cert_pem)
|
||||
{
|
||||
Command c(COMMAND_NEW_CONTEXT);
|
||||
|
||||
Reference in New Issue
Block a user