Skip to content
Snippets Groups Projects
Commit a9e0d789 authored by Raphael Isemann's avatar Raphael Isemann Committed by Vassil Vassilev
Browse files

[cxxmodules] Move all Qt header into a wrapper module to fix warnings

Currently all included Qt headers in this ROOT module are duplicated
into each submodule. We now wrap all includes to Qt headers in a
single wrapper module which includes and owns those declarations.

This should fix warnings related to ambiguous linkage of all the
constants that the Qt headers define (and which make the builds
yellow).
parent 20d2d04d
No related branches found
No related tags found
No related merge requests found
Showing
with 88 additions and 47 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment