Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
13 lines
532 B
Diff
13 lines
532 B
Diff
diff --git a/src/qml/qml/qqmltypeloader.cpp b/src/qml/qml/qqmltypeloader.cpp
|
|
index 1d66e75..827567a 100644
|
|
--- a/src/qml/qml/qqmltypeloader.cpp
|
|
+++ b/src/qml/qml/qqmltypeloader.cpp
|
|
@@ -727,7 +727,7 @@ bool QQmlTypeLoader::Blob::isDebugging() const
|
|
|
|
bool QQmlTypeLoader::Blob::diskCacheEnabled() const
|
|
{
|
|
- return (!disableDiskCache() && !isDebugging()) || forceDiskCache();
|
|
+ return forceDiskCache();
|
|
}
|
|
|
|
bool QQmlTypeLoader::Blob::qmldirDataAvailable(const QQmlRefPointer<QQmlQmldirData> &data, QList<QQmlError> *errors)
|