How to sync QNetworkCookie from QNetworkCookieJar to QWebengineCookieStore?
Unsolved
QtWebEngine
-
Hi
It is easy to sync QNetworkCookie from QWebengineCookieStore to QNetworkCookieJar , but when you want to sync QNetworkCookie from QNetworkCookieJar to QWebengineCookieStore, you will find the function of QWebEngineCookieStore is async, and you can not set QList<QNetworkCookie>? so how to sync QNetworkCookie from QNetworkCookieJar to QWebengineCookieStore and make sure async function is finished?