nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 532 B view raw
1diff --git a/src/qml/qml/qqmltypeloader.cpp b/src/qml/qml/qqmltypeloader.cpp 2index 1d66e75..827567a 100644 3--- a/src/qml/qml/qqmltypeloader.cpp 4+++ b/src/qml/qml/qqmltypeloader.cpp 5@@ -727,7 +727,7 @@ bool QQmlTypeLoader::Blob::isDebugging() const 6 7 bool QQmlTypeLoader::Blob::diskCacheEnabled() const 8 { 9- return (!disableDiskCache() && !isDebugging()) || forceDiskCache(); 10+ return forceDiskCache(); 11 } 12 13 bool QQmlTypeLoader::Blob::qmldirDataAvailable(const QQmlRefPointer<QQmlQmldirData> &data, QList<QQmlError> *errors)