summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/viewer/Qt3DSViewerApp.h
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2019-04-30 15:03:09 +0300
committerAntti Määttä <antti.maatta@qt.io>2019-05-02 10:21:53 +0000
commita007e67eb90da23286728b5c21bf6c786ffc80ae (patch)
tree453fb2917489f9dcb8355f608b4347e8290c1398 /src/Runtime/Source/viewer/Qt3DSViewerApp.h
parent3dc7636713c98ce2748d367f8525fcab85a6c425 (diff)
Remove CTegraApplication to reduce intermediary classes
Use the INDDView in the ViewerApp directly. Change-Id: If502dd51d4ea87fc96d892cb9255df42b06fa4f3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
Diffstat (limited to 'src/Runtime/Source/viewer/Qt3DSViewerApp.h')
-rw-r--r--src/Runtime/Source/viewer/Qt3DSViewerApp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Runtime/Source/viewer/Qt3DSViewerApp.h b/src/Runtime/Source/viewer/Qt3DSViewerApp.h
index d89c4706..65dcda0a 100644
--- a/src/Runtime/Source/viewer/Qt3DSViewerApp.h
+++ b/src/Runtime/Source/viewer/Qt3DSViewerApp.h
@@ -42,7 +42,7 @@
#include <QtGui/qsurfaceformat.h>
namespace Q3DStudio {
-class CTegraApplication;
+class IRuntimeView;
class IWindowSystem;
class IAudioPlayer;
}