From 8817a981389b4f22a614f258f3575360645f2fd9 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Fri, 20 May 2016 09:58:52 +0200 Subject: Fix build Change-Id: I8f1338fa6ed807ac309f2b6d7a8265c1bae144b8 Reviewed-by: Giulio Camuffo --- examples/wayland/custom-extension/qmltestapp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/wayland/custom-extension') diff --git a/examples/wayland/custom-extension/qmltestapp/main.cpp b/examples/wayland/custom-extension/qmltestapp/main.cpp index 23e280ca4..6140862d9 100644 --- a/examples/wayland/custom-extension/qmltestapp/main.cpp +++ b/examples/wayland/custom-extension/qmltestapp/main.cpp @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); - qmlRegisterType("com.theqtcompany.customextension", 1, 0, "CustomExtension"); + qmlRegisterType("com.theqtcompany.customextension", 1, 0, "CustomExtension"); QQmlApplicationEngine engine; engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); -- cgit v1.2.3