On quarta-feira, 22 de agosto de 2012 13.35.19, André Somers wrote:
> Hmmm... Wouldn't it make sense to also check on the the d pointers
> actually being the same? Or is that in qMemEquals?

Hint: please check before asking. Takes a couple of seconds...

static bool qMemEquals(const quint16 *a, const quint16 *b, int length)
{
    if (a == b || !length)
        return true;

[...]

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to