Commit 7e64a979 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Qt Designer: Refactor FormWindowManager::getUnsortedLayoutsToBeBroken()


Change the return type from a QMap<QWidget *,bool> to a QSet<QWidget *>
to fix a clang-tidy warning that a QHash should be used. The bool is
redundant, though.

Change-Id: Ib0bced9166cb6050e48195851abd6cb2b5109537
Reviewed-by: default avatarJarek Kobus <jaroslaw.kobus@qt.io>
Showing with 7 additions and 8 deletions
Supports Markdown
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