Utils: Add + operator to SmallString
It should not be used for chained concatenation. Use initializer list
instead.
auto text = in + 'x';
auto text = Utils::SmallString{in, "x", other, ", "};
Change-Id: I453d986913eae89fd5e1f525b9f4e0c4bd089467
Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
Showing
Please register or sign in to comment