summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsanimationmanager.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-01-29 11:39:54 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-02-01 12:27:26 +0000
commit30ce32c22e6ba7e8315a0669c43f92fba22c1132 (patch)
tree919de4ad695a157f571a2a6ba5e02f491868faaf /src/runtime/q3dsanimationmanager.cpp
parent2f21d09e30e9fff34fd7f0832df208fba8a7ff1c (diff)
Make some headers private
Eventually most (perhaps all) classes in the runtime will become private since the user-facing API is Studio3D and the yet-to-be-implemented 3DS1-style C++ APIs. Start some progress on this. Change-Id: Ia145f114d1b57ecc8aa0902859d8715474563031 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/runtime/q3dsanimationmanager.cpp')
-rw-r--r--src/runtime/q3dsanimationmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/q3dsanimationmanager.cpp b/src/runtime/q3dsanimationmanager.cpp
index 2cc6d67..a8cdb45 100644
--- a/src/runtime/q3dsanimationmanager.cpp
+++ b/src/runtime/q3dsanimationmanager.cpp
@@ -28,7 +28,7 @@
****************************************************************************/
#include "q3dsanimationmanager.h"
-#include "q3dsdatamodelparser.h"
+#include "q3dsdatamodelparser_p.h"
#include "q3dsscenemanager.h"
#include <QLoggingCategory>