diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2010-02-19 11:26:32 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2010-02-21 15:44:28 (GMT) |
commit | 4d3ca81b0aeef6f6496f3e89451f5369ce5efa99 (patch) | |
tree | 2842e950ce0caab7898a4440a2db995a07879977 /doc/src/snippets/code/src_gui_widgets_qframe.cpp | |
parent | 627a80020e460e844720f19d07dde9c168b500fc (diff) | |
download | Qt-4d3ca81b0aeef6f6496f3e89451f5369ce5efa99.zip Qt-4d3ca81b0aeef6f6496f3e89451f5369ce5efa99.tar.gz Qt-4d3ca81b0aeef6f6496f3e89451f5369ce5efa99.tar.bz2 |
QStringBuilder: reduce the size of the generated code
A simple concatenation of 2 string does not benefit from the
QStringBuilder trick, yet, this would produce more code with
QT_USE_FAST_OPERATOR_PLUS
This commit specialize the QStringBuilder with two QString so it
produce the same code as without it.
Reviewed-by: joao
Reviewed-by: hjk
Diffstat (limited to 'doc/src/snippets/code/src_gui_widgets_qframe.cpp')
0 files changed, 0 insertions, 0 deletions