organize includes

This commit is contained in:
Kevin Yue
2021-09-19 09:37:21 +08:00
parent 0ca0dbe7ad
commit 71d4693f03
32 changed files with 120 additions and 97 deletions

View File

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