From 2f902694656d67d671d9a8616060d598a478e7b7 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 8 Oct 2015 22:27:16 +0200 Subject: Fix crash in theme code when loading engines in succession Store global engine specific themes as dynamic properties on the engines themselves. This avoids the problem that storing engines and their themes to a hash map had that destroyed engines and themes were not cleaned up from the hash map. Change-Id: I7330995339c263d456f74d33f6535d5ac7d9d5d4 Task-number: QTBUG-48651 Reviewed-by: Mitch Curtis Reviewed-by: Liang Qi --- tests/auto/auto.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/auto/auto.pro') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 2d12e08c..ff3d32e1 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -6,4 +6,5 @@ SUBDIRS += \ calendar \ controls \ sanity \ - snippets + snippets \ + theme -- cgit v1.2.3