Fix build with Qt 5.11 (missing QHeaderView)
ClosedPublic

Authored by asturmlechner on Apr 17 2018, 9:50 PM.

Diff Detail

Repository
R469 Skrooge
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
asturmlechner requested review of this revision.Apr 17 2018, 9:50 PM
asturmlechner created this revision.
smankowski requested changes to this revision.Apr 18 2018, 4:20 PM
smankowski added a subscriber: smankowski.

Hi,
Could you change this:
#include <QHeaderView>
by this:
#include <qheaderview.h>
?
Regards.

This revision now requires changes to proceed.Apr 18 2018, 4:20 PM

Update to address review

smankowski accepted this revision.Apr 18 2018, 4:31 PM
This revision is now accepted and ready to land.Apr 18 2018, 4:31 PM
asturmlechner closed this revision.Apr 18 2018, 4:33 PM