From 9f5b63a337fa6f0ec8eb3e3b365d6b6410a22d2c Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Wed, 29 Aug 2018 15:22:58 +1000 Subject: wasm: enable filesystemmodel for nothread MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-70005 Change-Id: I10b09c1681716b4610147b57db14bce7b0f91b47 Reviewed-by: Oswald Buddenhagen Reviewed-by: Morten Johan Sørvig --- src/widgets/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/widgets/configure.json b/src/widgets/configure.json index 0015c9160a..b3a5227d26 100644 --- a/src/widgets/configure.json +++ b/src/widgets/configure.json @@ -81,7 +81,7 @@ "label": "QFileSystemModel", "purpose": "Provides a data model for the local filesystem.", "section": "File I/O", - "condition": "features.itemmodel && features.thread", + "condition": "features.itemmodel", "output": [ "publicFeature", "feature" ] }, "itemviews": { -- cgit v1.2.3