[Kst] operator %

Peter Kümmel syntheticpp at gmx.net
Wed Nov 2 23:08:22 UTC 2011


On 02.11.2011 21:28, Joshua wrote:
> Peter,
>
> The concatenation operator is the same as the '+' operator, except it is
> slightly more efficient. For more information, see the Qt documentation for
> QString.
>
> It was introduced in Qt version 4.6.
>
> You may need to #include<QStringBuilder>. I don't have MSVC, so I can't
> verify that.
>
> If it doesn't work, just find-replace '%' to '+' in the scripting code. It
> shouldn't make a huge performance difference.
>
> Joshua
>
>

And I thought it is some low level C stuff, but is is the other end ;)

Peter


More information about the Kst mailing list