Q3CString versus QByteArray
Ralf Habacker
ralf.habacker at freenet.de
Thu Oct 20 12:48:23 BST 2005
Am Donnerstag, 20. Oktober 2005 13:02 schrieb David Faure:
> On Thursday 20 October 2005 12:41, Ralf Habacker wrote:
> > The QT porting guide suggests general to replace QCString with
> > QByteArray.
>
> For DCOP stuff (appId and objId) you should use DCOPCString instead.
... which is derived from QByteArray and in the final state.
As far as I can see is Q3CString an intermediate class and should be replaced
by QByteArray in general ?
If have found 167 locations where Q3CString are still used in prototypes.
Because this affects the binary interface of kdelibs, updating this classes
after the first official KDElibs 4 release would break binary compatibility.
Regards
Ralf
More information about the kde-core-devel
mailing list