Whole lotta QByteArray errors #1147
terminator356
started this conversation in
Team Posts
Replies: 1 comment
-
Fixed in master now. Replaced [] usage with append() and clear() in xml module. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a heads up: I mentioned I run a cutting edge distro.
We use the QByteArray operator[] a lot in our xml module.
After a distro upgrade, I cannot run debug mode without getting thousands of errors
indicating problems with every call to that operator in the xml code.
Here is what my Qt help says:
Well, that has finally happened. I get thousands of errors when running in debug mode.
Therefore we need to fix that. I am thinking we need to replace usage of the [] operator
with simple append() or something.
I'll check it out and try to fix. Just warning y'all in case you get that too.
Beta Was this translation helpful? Give feedback.
All reactions