summaryrefslogtreecommitdiffstats
path: root/src/tools/qstring.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use empty d->cString for TQString::shared_null instead of null string.v3.5.13-sruSlávek Banko2022-03-221-2/+2
| | | | | | | | This restores consistency for the behavior of methods TQString::utf8() and TQString::local8Bit() with null TQStrings. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e99bbda7347d35833da0876bc745d5e0b6c18c2b)
* Avoid changes of d->cString for TQString::shared_null to make the value ↵Slávek Banko2022-03-221-4/+13
| | | | | | | | | reliable. This precedes unnecessary allocations, potential use after free and crashes. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 93058fb0a38cbab73683463cfa571fd622baa980)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-011-13/+13
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 961eb3f6e276b4a3609328a3076ef790026e9c03)
* Make use of QString::utf8() and QString::local8Bit() safe for conversion to ↵Slávek Banko2019-02-101-6/+15
| | | | | | | char*. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (based on commit 0a1966b25e36fbca6263b656fec8de9d42770f8d)
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+7179