On Tuesday, September 18, 2012 16:58:00 Alex Strickland wrote: > This is really a general C++ question, but I have looked long and hard > and not worked it out. In the code below how should I initialise v.v > using the QScopedPointer?
Did you even try your example with a raw pointer instead of a QScopedPointer? See http://sscce.org/ A patch like this would fix the issue: https://codereview.qt-project.org/#change,66053 Thanks, -- Join us in October at Qt Developer Days 2013 - https://devdays.kdab.com Stephen Kelly <[email protected]> | Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-Independent Software Solutions
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
