#include "PythonQtWrapper_QWebHistoryInterface.h" #include #include #include #include #include #include void PythonQtWrapper_QWebHistoryInterface::addHistoryEntry(QWebHistoryInterface* theWrappedObject, const QString& url) { theWrappedObject->addHistoryEntry(url); } QWebHistoryInterface* PythonQtWrapper_QWebHistoryInterface::static_QWebHistoryInterface_defaultInterface() { return QWebHistoryInterface::defaultInterface(); } bool PythonQtWrapper_QWebHistoryInterface::historyContains(QWebHistoryInterface* theWrappedObject, const QString& url) const { return theWrappedObject->historyContains(url); } void PythonQtWrapper_QWebHistoryInterface::static_QWebHistoryInterface_setDefaultInterface(QWebHistoryInterface* defaultInterface) { QWebHistoryInterface::setDefaultInterface(defaultInterface); }