summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-05-23 13:50:18 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-05-24 05:34:17 +0000
commit0affc08e2b3c21f1b8fb2f4c4e35315d52dc786d (patch)
treef5ff35b09dde2f31403b540e73dd11bb73a93688 /src/client/client.pro
parentd1a8677d72ba3d205263d8578a42ea1695245d04 (diff)
Replace qtkey-extension with qt-key-unstable-v1
- Remove the "dummy" request, which seems to be just leftover test code. - Rename the event from "qtkey" to "key". We've already prefixed the global interface, no need to also prefix the event. - Prefix the global with `zqt_` and suffix it with "_v1". If we make backwards incompatible changes, we should bump the suffix, rename the xml-file and reset the version number. - Add some documentation to the xml file. - Add notice about (lack of) compatibility guarantees. - Four spaces for indentation Task-number: QTBUG-68423 Change-Id: I78f0eaff4cac22f27318ba32c83c83feb2de857a Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index b14570046..3b11902de 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -25,7 +25,7 @@ INCLUDEPATH += $$PWD/../shared
WAYLANDCLIENTSOURCES += \
../extensions/surface-extension.xml \
../extensions/touch-extension.xml \
- ../extensions/qtkey-extension.xml \
+ ../extensions/qt-key-unstable-v1.xml \
../extensions/qt-windowmanager.xml \
../3rdparty/protocol/text-input-unstable-v2.xml \
../3rdparty/protocol/xdg-shell-unstable-v6.xml \