On quarta-feira, 15 de janeiro de 2014 09:30:40, Anton Lundin wrote:
> -    void reset() { QAbstractItemModel::reset(); }
> +    void reset();
>  

I don't see how this one can compile if reset() is virtual or getting called 
by anything.

If this compiles for you, it means that it isn't virtual (it isn't) and it 
isn't called by anything in either version of Qt. Which means the method above 
is pointless, you can simply remove it as part of a clean-up. :-)

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358

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

_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to