aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/openglunderqml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/openglunderqml/main.cpp')
-rw-r--r--examples/quick/openglunderqml/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/openglunderqml/main.cpp b/examples/quick/openglunderqml/main.cpp
index 3b682deaec..8d1a91bdb2 100644
--- a/examples/quick/openglunderqml/main.cpp
+++ b/examples/quick/openglunderqml/main.cpp
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
{
QGuiApplication app(argc, argv);
- qmlRegisterType<Squircle>("QtQuick", 2, 0, "Squircle");
+ qmlRegisterType<Squircle>("OpenGLUnderQML", 2, 0, "Squircle");
QQuickView view;
view.setSource(QUrl("main.qml"));