Re: Review Request: A new autoptr class for QPointer.

2011-03-26 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/955/#review10028 --- Do we still want this? We now have QScopedPointer, but it doesn't

Re: Review Request: A new autoptr class for QPointer.

2011-03-28 Thread Milian Wolff
> On March 26, 2011, 1:20 p.m., Alex Merry wrote: > > Do we still want this? We now have QScopedPointer, but it doesn't do quite > > what this does (it doesn't watch for QObjects being deleted). Imo this should not go into kdelibs, as QPointer is notoriously slow and it's advised to use QWeak