From b0a498f25aa072f8650dcfa722b4bc27963abe42 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Fri, 31 May 2024 16:41:16 -0300 Subject: [PATCH] Partially revert changes introduced by 1b49890 They were included by accident, sorry. --- src/Train/WebPageWindow.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Train/WebPageWindow.h b/src/Train/WebPageWindow.h index a266cb4f5..55c5847ed 100644 --- a/src/Train/WebPageWindow.h +++ b/src/Train/WebPageWindow.h @@ -36,9 +36,6 @@ #include #include #include -#if QT_VERSION >= 0x060000 -#include -#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