summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-watchos-clang
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-01-29 11:29:51 +0100
committerMarc Mutz <marc.mutz@kdab.com>2016-09-12 11:44:18 +0000
commit446afc10451d5097d7bd20b1b8d20325c4d54fa5 (patch)
tree04a9f9f1406dafdc7ae93fa86a481fa501b3efe6 /mkspecs/macx-watchos-clang
parentefe6efe627a3253c7e2283378b2b5c268c9b6199 (diff)
uic: use a real ordered set
... instead of QMap<Key, bool>. Since Qt doesn't have such a container, use std::set instead, which also simplifies some code, in particular, because, unlike the Qt containers, it does the right thing on attempted duplicate insertion: nothing. Saves 6.5KiB in text size (1.1% of total) on optimized GCC 5.3 Linux AMD64 builds. Change-Id: I9578a9a58c1c06abe58f22a5b6127d43c2f4be12 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'mkspecs/macx-watchos-clang')
0 files changed, 0 insertions, 0 deletions