[Kst] operator %
Joshua
drmrshdw at gmail.com
Wed Nov 2 20:28:39 UTC 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kst/attachments/20111102/a7b00b3e/attachment.html>
More information about the Kst
mailing list