mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
4.0
This commit is contained in:
14
src/widgets/common/webengineview.h
Normal file
14
src/widgets/common/webengineview.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef WEBENGINEVIEW_H
|
||||
#define WEBENGINEVIEW_H
|
||||
|
||||
#include <QWebEngineView>
|
||||
|
||||
class WebEngineView : public QWebEngineView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit WebEngineView(QWidget *parent = nullptr);
|
||||
};
|
||||
|
||||
#endif // WEBENGINEVIEW_H
|
||||
Reference in New Issue
Block a user