aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2015-02-07 22:44:19 +0100
committerRobin Burchell <robin.burchell@viroteck.net>2015-02-12 17:21:22 +0000
commit67d3e3d6d53bb1762ce91912eff0471fa55d4676 (patch)
treebb16d66937fe3443aab826a3af3ac7ce95d941cd /src/quick/items/qquickitem.cpp
parentd8ee217d41b8c558013c624b15e99f2b8794e8c6 (diff)
QQuickText: Move baseUrl to ExtraData.
It's only used for external resource loading, which is not the common case. Note that the case of an unset baseUrl may become a little more pessimised now, as it has to be looked up from the context which involves a loop to find the outermost parent context, but again, this is not a common case, so I'd consider that acceptable. QQuickTextPrivate now goes from 496 bytes to 488 bytes. ExtraData increases from 72 bytes to 80 on x86_64. Change-Id: I7e346eeb3b3cefe81912aac2b115e106ec519d1e Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src/quick/items/qquickitem.cpp')
0 files changed, 0 insertions, 0 deletions