qt5base-lts/examples/corelib
Christian Ehrlicher a779d68256 MimeTypeBrowser: avoid memleaks
In MainWindow ctor some member values were allocated without a parent
and not cleaned up in dtor. Fixed it by give them a valid parent so they
get automatically cleaned up. Also m_treeView was initialized twice.

Task-number: QTBUG-61862
Change-Id: I5590b87bb517c55db6eb58e700a5d419c0acdba2
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Martin Smith <martin.smith@qt.io>
2017-12-27 18:21:28 +00:00
..
ipc Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
json Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
mimetypes MimeTypeBrowser: avoid memleaks 2017-12-27 18:21:28 +00:00
threads Update usage of QFontMetrics::width() to new API 2017-12-08 15:06:32 +00:00
tools Use dependencies instead of CONFIG+=ordered 2017-12-02 11:09:15 +00:00
corelib.pro Add mime type browser example. 2016-03-24 13:03:02 +00:00