qmlfrontend/hwengine.h
branchtransitional_engine
changeset 16051 2003b466b279
parent 16039 a73b9770467a
--- a/qmlfrontend/hwengine.h	Wed Aug 28 15:31:51 2024 +0200
+++ b/qmlfrontend/hwengine.h	Wed Aug 28 15:34:49 2024 +0200
@@ -4,12 +4,11 @@
 #include <QList>
 #include <QObject>
 
-#include "engine_interface.h"
 #include "game_config.h"
+#include "preview_acceptor.h"
 
 class QQmlEngine;
 class EngineInstance;
-class PreviewAcceptor;
 
 class HWEngine : public QObject {
   Q_OBJECT
@@ -24,7 +23,7 @@
 
  public:
   explicit HWEngine(QObject* parent = nullptr);
-  ~HWEngine();
+  ~HWEngine() override;
 
   Q_INVOKABLE void getPreview();
   Q_INVOKABLE EngineInstance* runQuickGame();