jp9000 b6665f9cc0 UI: Use QScopedPointer (not QPointer) where applicable
Contrary to what the name would have you believe, QPointer<> is not used
to delete a pointer when it leaves its specific scope.  Instead, it's
used to check to see if the pointer is still valid.  For most
QWidget-based objects, this is actually fine because QWidgets that are
assigned to layouts or other widgets will automatically be destroyed --
however, for non-widget objects, this can cause a memory leak.

This patch replaces QPointer with QScopedPointer where applicable to
prevent memory leaks.

Closes obsproject/obs-studio#1367
2018-07-31 21:14:52 -07:00
..
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2018-06-04 04:01:39 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2016-08-27 20:19:45 -07:00
2018-06-04 04:01:39 -07:00
2016-08-27 20:19:45 -07:00