Skip to content
GitLab
Menu
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
35970686
Commit
35970686
authored
May 12, 2021
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
May 12, 2021
Browse files
Implement ping on tests
Otherwise there's no pong and we get unnecessary noise.
parent
837ef14e
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotests/integration/kwin_wayland_test.h
View file @
35970686
...
@@ -127,6 +127,10 @@ class XdgShell : public QtWayland::xdg_wm_base
...
@@ -127,6 +127,10 @@ class XdgShell : public QtWayland::xdg_wm_base
{
{
public:
public:
~
XdgShell
()
override
;
~
XdgShell
()
override
;
void
xdg_wm_base_ping
(
uint32_t
serial
)
override
{
pong
(
serial
);
}
};
};
/**
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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