summaryrefslogtreecommitdiffstats
path: root/tests/manual/bigscene-cpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/bigscene-cpp/main.cpp')
-rw-r--r--tests/manual/bigscene-cpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/bigscene-cpp/main.cpp b/tests/manual/bigscene-cpp/main.cpp
index 95b198f58..ebbd499f3 100644
--- a/tests/manual/bigscene-cpp/main.cpp
+++ b/tests/manual/bigscene-cpp/main.cpp
@@ -77,7 +77,7 @@ int main(int ac, char **av)
{
QGuiApplication app(ac, av);
Qt3DExtras::Qt3DWindow view;
- view.defaultFramegraph()->setClearColor(Qt::black);
+ view.defaultFrameGraph()->setClearColor(Qt::black);
QEntity *root = new QEntity();