Commit 8cc5e5ec authored by Jan Arve Saether's avatar Jan Arve Saether Committed by The Qt Project
Browse files

Prepare to move the gridlayout engine so it can be shared.


Currently, the gridlayout engine is duplicated in QtQuick.Layouts module
and in QtWidgets module.
The plan is to move the gridlayout engine from QtWidgets to QtGui and
export it privately from there. However, that would produce linkage
errors when linking the QtQuick.Layouts module.
As a temporary solution we put the gridlayout engine in a namespace
until the move has been completed.

Change-Id: I8b43583cadff8846b5ed275f7fb5614737d903ad
Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@digia.com>
parent fad829ff
No related merge requests found
Showing with 20 additions and 0 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment