Partially revert changes introduced by 1b49890

They were included by accident, sorry.
This commit is contained in:
Alejandro Martinez
2024-05-31 16:41:16 -03:00
parent e592645cfb
commit b0a498f25a

View File

@@ -36,9 +36,6 @@
#include <QSslSocket>
#include <QWebEnginePage>
#include <QWebEngineView>
#if QT_VERSION >= 0x060000
#include <QWebEngineProfile>
#endif
class QMouseEvent;
class RideItem;
@@ -59,10 +56,6 @@ class QWebEngineDownloadRequest;
#endif
class simpleWebPage : public QWebEnginePage
{
#if QT_VERSION >= 0x060000
public:
simpleWebPage() : QWebEnginePage(new QWebEngineProfile("Default")) {}
#endif
};
class WebPageWindow : public GcChartWindow