Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
2f8be108
Commit
2f8be108
authored
Jul 16, 2018
by
David Edmundson
Browse files
Replace remaining V5 compat global includes
parent
8af1ec88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/client/test_wayland_registry.cpp
View file @
2f8be108
...
...
@@ -65,10 +65,10 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
#include
<wayland-server-decoration-client-protocol.h>
#include
<wayland-text-input-v0-client-protocol.h>
#include
<wayland-text-input-v2-client-protocol.h>
#include
<wayland-xdg-shell-v5-client-protocol.h>
#include
<wayland-relativepointer-unstable-v1-client-protocol.h>
#include
<wayland-pointer-gestures-unstable-v1-client-protocol.h>
#include
<wayland-pointer-constraints-unstable-v1-client-protocol.h>
#include
"../../src/compat/wayland-xdg-shell-v5-client-protocol.h"
class
TestWaylandRegistry
:
public
QObject
{
...
...
@@ -347,7 +347,7 @@ void TestWaylandRegistry::testBindTextInputManagerUnstableV2()
void
TestWaylandRegistry
::
testBindXdgShellUnstableV5
()
{
TEST_BIND
(
KWayland
::
Client
::
Registry
::
Interface
::
XdgShellUnstableV5
,
SIGNAL
(
xdgShellUnstableV5Announced
(
quint32
,
quint32
)),
bindXdgShellUnstableV5
,
xdg_shell_destroy
)
TEST_BIND
(
KWayland
::
Client
::
Registry
::
Interface
::
XdgShellUnstableV5
,
SIGNAL
(
xdgShellUnstableV5Announced
(
quint32
,
quint32
)),
bindXdgShellUnstableV5
,
z
xdg_shell_
v5_
destroy
)
}
void
TestWaylandRegistry
::
testBindRelativePointerManagerUnstableV1
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment