From a007e67eb90da23286728b5c21bf6c786ffc80ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20M=C3=A4=C3=A4tt=C3=A4?= Date: Tue, 30 Apr 2019 15:03:09 +0300 Subject: Remove CTegraApplication to reduce intermediary classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the INDDView in the ViewerApp directly. Change-Id: If502dd51d4ea87fc96d892cb9255df42b06fa4f3 Reviewed-by: Miikka Heikkinen Reviewed-by: Pasi Keränen --- src/Runtime/Source/viewer/Qt3DSViewerApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Runtime/Source/viewer/Qt3DSViewerApp.h') 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 namespace Q3DStudio { -class CTegraApplication; +class IRuntimeView; class IWindowSystem; class IAudioPlayer; } -- cgit v1.2.3