summaryrefslogtreecommitdiffstats
path: root/src/render/io/qsceneloader_p.h
diff options
context:
space:
mode:
authorOtto Ryynänen <otto.ryynanen@qt.io>2016-09-28 15:13:38 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2016-10-10 04:05:14 +0000
commitd967f59602217923886478140149de8a9cad34ba (patch)
tree3e9912f7de165b5e238adb90b9d90ce1da20fdfd /src/render/io/qsceneloader_p.h
parentec2c6c0f13004bc1bba92f14443228778da287a0 (diff)
Renaming Scene IO classes to scene import classes
The so-called "IO" classes have never done I/O, only import. There is no sense to add also export to those classes as the IF is designed to do only import and there is no code that would be shared between the importer and exporter/saver. For the sanity of the code the naming is changed and we will implement exporter/saver class to be used for storing purposes. Change-Id: I832bef0e7de1f65289a89c6898a475dab7431dc0 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/io/qsceneloader_p.h')
-rw-r--r--src/render/io/qsceneloader_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/io/qsceneloader_p.h b/src/render/io/qsceneloader_p.h
index b002957b2..122c59dd6 100644
--- a/src/render/io/qsceneloader_p.h
+++ b/src/render/io/qsceneloader_p.h
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
namespace Qt3DRender {
-class QSceneIOHandler;
+class QSceneImporter;
class QT3DRENDERSHARED_PRIVATE_EXPORT QSceneLoaderPrivate : public Qt3DCore::QComponentPrivate
{