#include "PythonQtWrapper_QNetworkCookieJar.h" #include #include #include #include #include #include #include QNetworkCookieJar* PythonQtWrapper_QNetworkCookieJar::new_QNetworkCookieJar(QObject* parent) { return new QNetworkCookieJar(parent); } QList PythonQtWrapper_QNetworkCookieJar::cookiesForUrl(QNetworkCookieJar* theWrappedObject, const QUrl& url) const { return theWrappedObject->cookiesForUrl(url); } bool PythonQtWrapper_QNetworkCookieJar::setCookiesFromUrl(QNetworkCookieJar* theWrappedObject, const QList& cookieList, const QUrl& url) { return theWrappedObject->setCookiesFromUrl(cookieList, url); }