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
Plasma Integration
Commits
8c518512
Commit
8c518512
authored
Apr 06, 2022
by
Laurent Montel
Browse files
Port QX11Info
parent
89edcbe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotests/kdeplatformtheme_unittest.cpp
View file @
8c518512
...
...
@@ -25,10 +25,10 @@
#include
<QToolButton>
#include
<Qt>
#include
<KWindowSystem>
#include
<QDBusConnection>
#include
<QDBusMessage>
#include
<QTimer>
#include
<QX11Info>
#include
<KIconTheme>
#include
<KWindowInfo>
...
...
@@ -305,7 +305,7 @@ private Q_SLOTS:
void
dndWindowFlagsTest
()
{
if
(
!
QX11Info
::
isPlatformX11
())
{
if
(
!
KWindowSystem
::
isPlatformX11
())
{
QSKIP
(
"This test requires xcb platform."
);
}
...
...
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