Add CDP_PORT

This commit is contained in:
Kevin Yue
2020-02-15 20:43:21 +08:00
parent 482012098e
commit 2a7230a277
3 changed files with 4 additions and 2 deletions

View File

@@ -2,9 +2,10 @@
#define ENHANCEDWEBVIEW_H
#include "cdpcommandmanager.h"
#include <QtWebEngineWidgets/QWebEngineView>
#define ENV_CDP_PORT "QTWEBENGINE_REMOTE_DEBUGGING"
class EnhancedWebView : public QWebEngineView
{
Q_OBJECT