mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Partially revert changes introduced by 1b49890
They were included by accident, sorry.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user