[plugins/qpa] Code tidying
ClosedPublic

Authored by zzag on Jun 29 2019, 12:03 AM.

Details

Summary

This change cleans up includes, fixes coding style issues, etc.

Test Plan

Compiles.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zzag created this revision.Jun 29 2019, 12:03 AM
Restricted Application added a project: KWin. · View Herald TranscriptJun 29 2019, 12:03 AM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Jun 29 2019, 12:03 AM
zzag updated this revision to Diff 60828.Jun 29 2019, 10:00 AM

Rebase.

zzag updated this revision to Diff 60951.Jul 1 2019, 6:39 PM

Rebase.

romangg accepted this revision.Jul 1 2019, 6:49 PM
romangg added a subscriber: romangg.
romangg added inline comments.
plugins/qpa/window.cpp
20–21

I thought there is supposed to be an empty line between window.h including and that of integration.h.

This revision is now accepted and ready to land.Jul 1 2019, 6:49 PM
zzag added inline comments.Jul 1 2019, 6:56 PM
plugins/qpa/window.cpp
20–21

This part (whitespace) is a bit ambiguous, but I'm pretty sure #include "window.h" should go first.

It would be nice if someone sort out whitespaces in the future.

This revision was automatically updated to reflect the committed changes.