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
8cbc03b3
Commit
8cbc03b3
authored
May 11, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
GlobalShortcutsTest: Support running the test without xwayland
parent
a977ba33
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotests/integration/globalshortcuts_test.cpp
View file @
8cbc03b3
...
...
@@ -306,6 +306,9 @@ struct XcbConnectionDeleter
void
GlobalShortcutsTest
::
testX11ClientShortcut
()
{
#ifdef NO_XWAYLAND
QSKIP
(
"x11 test, unnecessary without xwayland"
);
#endif
// create an X11 window
QScopedPointer
<
xcb_connection_t
,
XcbConnectionDeleter
>
c
(
xcb_connect
(
nullptr
,
nullptr
));
QVERIFY
(
!
xcb_connection_has_error
(
c
.
data
()));
...
...
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