mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2026-06-23 14:43:50 +08:00
feat: adapt to Qt6
adapt to Qt6 Log: adapt to Qt6; bump version to 1.7.1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef WEBENGINEURLREQUESTINTERCEPTOR_H
|
||||
#define WEBENGINEURLREQUESTINTERCEPTOR_H
|
||||
|
||||
#include <QWebEngineUrlRequestInterceptor>
|
||||
|
||||
class WebEngineUrlRequestInterceptor : public QWebEngineUrlRequestInterceptor
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit WebEngineUrlRequestInterceptor(QObject *parent = nullptr);
|
||||
void interceptRequest(QWebEngineUrlRequestInfo &info) override;
|
||||
};
|
||||
|
||||
#endif // WEBENGINEURLREQUESTINTERCEPTOR_H
|
||||
Reference in New Issue
Block a user