> Maybe wait for Qt4 and qPrintable() or write it by your own.
I thought about changing log("%s", string.latin1()) to log("%s",
string.local8Bit().data())
This can be done without rewriting debugging framework.> >> A lot of them are useless conversions like atol(QString::latin1()). > > This must be fixed too. > Why? It can be fixed when you're currently working at this file. Why wait, when it can be fixed with one but complex sed script? Commited once, forgotten ever :) > >> The rest is from trunk and/or Events which should be converted (but > >> nobody really responds on my ideas...) > > In such places, local8Bit().data() is always better than latin1(), if > > I understood it correctly. > No - leave it as QString s the best way here. Any other change is > useless work since this needs to be changed in a better way. What needs to be done? _______________________________________________ sim-im-main mailing list [email protected] https://mailman.dg.net.ua/listinfo/sim-im-main
