#ifndef ADBLOCKINTERCEPTOR_H #define ADBLOCKINTERCEPTOR_H #include class AdBlockInterceptor : public QWebEngineUrlRequestInterceptor { Q_OBJECT public: explicit AdBlockInterceptor(QObject *parent = 0); void interceptRequest(QWebEngineUrlRequestInfo &info); signals: public slots: private: }; #endif // ADBLOCKINTERCEPTOR_H