diff options
author | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2009-11-26 14:59:09 +0100 |
---|---|---|
committer | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2009-11-26 14:59:09 +0100 |
commit | 0cf58948ac9bb9c35835e18a00737c362b08f3c7 (patch) | |
tree | bbb0b76f71df2d0320d1b8559c7d8537a54a4c5f /src/gui/widgets/qlinecontrol.cpp | |
parent | 2f00c76081f261e6f357c279206a6a18fdadc472 (diff) | |
download | qt4-tools-0cf58948ac9bb9c35835e18a00737c362b08f3c7.tar.gz |
Avoid using return value from a temporary object
The temporary object goes away before the next line is executed, so the
pointer to the const data is invalid. Just put it all on one line, and
we're ok.
Reviewed-by: Brad
Diffstat (limited to 'src/gui/widgets/qlinecontrol.cpp')
0 files changed, 0 insertions, 0 deletions