summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dscustommaterial.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-02-01 11:03:49 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-02-01 12:51:30 +0000
commit0da763d8819be80433c268bfce7ff9fe91ca8f47 (patch)
tree13b2d9a7c549f2d54b4b20d139e5fb0192d2c670 /src/runtime/q3dscustommaterial.cpp
parent37e2361940f9cbf616aad4e237542e75f51954a0 (diff)
Make (almost) everything private
Change-Id: Iecb4f6bacd2e142ebf449432cdb39836332833bb Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/runtime/q3dscustommaterial.cpp')
-rw-r--r--src/runtime/q3dscustommaterial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/q3dscustommaterial.cpp b/src/runtime/q3dscustommaterial.cpp
index a80e989..77b8cb3 100644
--- a/src/runtime/q3dscustommaterial.cpp
+++ b/src/runtime/q3dscustommaterial.cpp
@@ -27,7 +27,7 @@
**
****************************************************************************/
-#include "q3dscustommaterial.h"
+#include "q3dscustommaterial_p.h"
#include "q3dsutils_p.h"
#include <Qt3DRender/QMaterial>