From e2d52543aaf600ce88df457008a0ba88444e18fc Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 20 Jul 2018 17:50:05 +0200 Subject: QML Preview: Remove RuntimeLocation from auto-blacklisted paths On windows this is the user's home directory. We don't want to blacklist that ... Change-Id: I76705fb8344d3d91a3a36ba86407f235d1116bcb Reviewed-by: Simon Hausmann --- src/plugins/qmltooling/qmldbg_preview/qqmlpreviewfileloader.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewfileloader.cpp b/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewfileloader.cpp index 17a3a48184..40d44b8627 100644 --- a/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewfileloader.cpp +++ b/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewfileloader.cpp @@ -56,7 +56,6 @@ QQmlPreviewFileLoader::QQmlPreviewFileLoader(QQmlPreviewServiceImpl *service) : QStandardPaths::DataLocation, QStandardPaths::CacheLocation, QStandardPaths::GenericDataLocation, - QStandardPaths::RuntimeLocation, QStandardPaths::ConfigLocation, QStandardPaths::GenericCacheLocation, QStandardPaths::GenericConfigLocation, -- cgit v1.2.3