[Interest] QString operator==

Thomas Meyer public at meyer-thomas.com
Tue Aug 21 13:09:13 CEST 2012


Hi,
I can't find the definition for
...
booloperator==(constQString&s)const;
...
in QString (.h, line 403, Qt v4.8.2 (MS Windows 7)).

I only found it for QLatinString and QByteArray:
(Where is the declaration for QByteArray?)
...
inlineboolQByteArray::operator==(constQString&s)const
{returnqStringComparisonHelper(s,constData());}
...

Please can somebody help me?

Thanks,
Thomas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120821/b3d72aa2/attachment.html>


More information about the Interest mailing list