Fix build with Qt 5.11 (missing headers)
ClosedPublic

Authored by asturmlechner on Mar 18 2018, 5:08 PM.

Diff Detail

Repository
R8 Calligra
Branch
calligra/3.1
Lint
No Linters Available
Unit
No Unit Test Coverage
asturmlechner created this revision.Mar 18 2018, 5:08 PM
Restricted Application added a project: Calligra: 3.0. · View Herald TranscriptMar 18 2018, 5:08 PM
asturmlechner requested review of this revision.Mar 18 2018, 5:08 PM

You can commit it if @danders does not have any objections, but it look resonable to me.

This revision is now accepted and ready to land.Mar 22 2018, 8:25 AM
danders accepted this revision.Mar 22 2018, 8:40 AM

If you could move
#include <QButtonGroup>
below the other includes in KWRunAroundProperties.cpp
(Krazy needs the own include at the top)
And please port to master also

Moved headers as requested