summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtoolbox/tst_qtoolbox.cpp
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@trolltech.com>2009-03-03 16:08:30 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-15 10:16:48 (GMT)
commitb1b5f92c18774904bb0d840cdc2f740cdccef883 (patch)
treeec8ad7b9822f23fed7e2e7148a14a1c493ef1e34 /tests/auto/qtoolbox/tst_qtoolbox.cpp
parent920e77d9da68643aae483838b21330d032c00058 (diff)
downloadQt-b1b5f92c18774904bb0d840cdc2f740cdccef883.zip
Qt-b1b5f92c18774904bb0d840cdc2f740cdccef883.tar.gz
Qt-b1b5f92c18774904bb0d840cdc2f740cdccef883.tar.bz2
Fixes: Be a bit more smarter when calling setGeometry from itemChange
RevBy: bnilsen AutoTest: Bench Details : if we come from setPosHelper (so itemChange) we don't need to do all the stuff regarding the size in setGeometry because the size doesn't change. I remove two calls to fullUpdateHelper and update() because prepareGeometryChange already call updateHelper and setPosHelper call fullUpdaterHelper too so we don't need to call them inside setGeometry. We can only call prepareGeometryChange only if we don't come from setPos. (cherry picked from commit d74f1a91b05b943c1a8ae7847de6ee50b2093b89)
Diffstat (limited to 'tests/auto/qtoolbox/tst_qtoolbox.cpp')
0 files changed, 0 insertions, 0 deletions
d>2-19/+49 |/ / * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-251-0/+9 |\ \ | |/ | * Fixed .make.cache write collision on symbian-sbsv2 buildsMiikka Heikkinen2009-10-211-0/+9 * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-191-1/+1 |\ \ | |/ | * Fixed the build for people who only have emulator binaries installedaxis2009-10-191-1/+1 * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-195-5/+94 |\ \ | |/ | * Fixed uitools.prf to include QtUiTools.lib statically in SymbianMiikka Heikkinen2009-10-161-1/+3 | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Janne Koskinen2009-10-14