Make the style engine fix a little less obscure by copying the string explicitely...
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Mar 2008 10:51:49 +0000 (10:51 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Mar 2008 10:51:49 +0000 (10:51 +0000)
commitaa40491595ffec54ba340a9850d99dc14d920eb3
tree5f20e27a9d8b2ead0d20cce4d35bdb036c0ee11c
parent38090a4af09e05763abf43bf95cd7d4696381a09
Make the style engine fix a little less obscure by copying the string explicitely before
formatting it. Apparently, call-by-value does weird things with Qt's implicit sharing, at least
that is my interpretation of things...
src/uisupport/uistyle.cpp
src/uisupport/uistyle.h
version.inc