Fix build without X11/XCB
ClosedPublic

Authored by heikobecker on Dec 17 2017, 8:08 PM.

Details

Reviewers
apol
Group Reviewers
Plasma
Commits
R113:c10574bfcc4c: Fix build without X11/XCB
Summary

It's missing the include for QQuickWindow in that case because of
the incorrect nesting and fails with "error: invalid use of
incomplete type class QQuickWindow".

Test Plan

Tested with -DCMAKE_DISABLE_FIND_PACKAGE_XCB=TRUE/FALSE
and -DUSE_KDE4:BOOL=TRUE/FALSE.

Diff Detail

Repository
R113 Oxygen Theme
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
heikobecker created this revision.Dec 17 2017, 8:08 PM
Restricted Application added a project: Plasma. · View Herald TranscriptDec 17 2017, 8:08 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
heikobecker requested review of this revision.Dec 17 2017, 8:08 PM
apol accepted this revision.Dec 17 2017, 11:40 PM
This revision is now accepted and ready to land.Dec 17 2017, 11:40 PM
This revision was automatically updated to reflect the committed changes.