diff options
author | Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> | 2016-04-08 08:30:36 +0200 |
---|---|---|
committer | Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> | 2016-05-31 14:17:26 +0000 |
commit | 58bfe9d9b51786792d5b7af8a90698af87207ad1 (patch) | |
tree | 6a5737a3c9577d8d93e5b4f5a8e8b1cab2db52f9 /examples/wayland/pure-qml | |
parent | 25ac3b504574b5e177c8f92eb02b83fdcc31d624 (diff) | |
download | qtwayland-58bfe9d9b51786792d5b7af8a90698af87207ad1.tar.gz |
Rename QWaylandWindowManagerExtension to QWaylandQtWindowManager
* QWaylandWindowManagerExtension become QWaylandQtWindowManager
* WindowManager become QtWindowManager
Follow naming convention already established for other extensions
like QWaylandWlShell and avoid confusion that might arise with
a name as generic as WindowManager.
Use QWaylandClient rather than wl_client.
Also the Wayland protocol definition has been renamed
to qt-windowmanager.xml
Change-Id: I941621ce229327c21eff9e80c7e92205cc60e8eb
Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'examples/wayland/pure-qml')
-rw-r--r-- | examples/wayland/pure-qml/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml index 6ee09f80..fb61aeac 100644 --- a/examples/wayland/pure-qml/qml/main.qml +++ b/examples/wayland/pure-qml/qml/main.qml @@ -63,7 +63,7 @@ WaylandCompositor { } extensions: [ - WindowManager { + QtWindowManager { id: qtWindowManager onShowIsFullScreenChanged: console.debug("Show is fullscreen hint for Qt applications:", showIsFullScreen) }, |