summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/compositor/main.cpp
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@gmail.com>2016-09-07 10:15:28 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2016-09-30 13:56:36 +0000
commit5372ec5c131e23cccfbabc43d700ffbbbad973ec (patch)
tree270f29ece9b8c58dd0b22faf3006f6260b9bb488 /examples/wayland/custom-extension/compositor/main.cpp
parentf7896fdc6505d8c6f3b3a239884dadab034e1fb5 (diff)
Make the custom extension example more interesting
Define a protocol that does something visible. Change-Id: I29133eeffbb2c98a61ee59b241dcf6a6a0f543cb Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'examples/wayland/custom-extension/compositor/main.cpp')
-rw-r--r--examples/wayland/custom-extension/compositor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/custom-extension/compositor/main.cpp b/examples/wayland/custom-extension/compositor/main.cpp
index 867e4c0de..7ece7bd0e 100644
--- a/examples/wayland/custom-extension/compositor/main.cpp
+++ b/examples/wayland/custom-extension/compositor/main.cpp
@@ -50,7 +50,7 @@
static void registerTypes()
{
- qmlRegisterType<QtWayland::CustomExtensionQuickExtension>("com.theqtcompany.customextension", 1, 0, "CustomExtension");
+ qmlRegisterType<CustomExtensionQuickExtension>("com.theqtcompany.customextension", 1, 0, "CustomExtension");
}
int main(int argc, char *argv[])