Retrieved from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/development/libraries/qt-6/patches/qtdeclarative-default-disable-qmlcache.patch diff --git a/src/qml/jsruntime/qv4engine.cpp b/src/qml/jsruntime/qv4engine.cpp index 852cde9e..165f1b57 100644 --- a/src/qml/jsruntime/qv4engine.cpp +++ b/src/qml/jsruntime/qv4engine.cpp @@ -2093,7 +2093,7 @@ void ExecutionEngine::registerModule(const QString &_name, const QJSValue &modul bool ExecutionEngine::diskCacheEnabled() const { - return (!disableDiskCache() && !debugger()) || forceDiskCache(); + return forceDiskCache(); } void ExecutionEngine::callInContext(QV4::Function *function, QObject *self, e='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 16:53:53 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 17:48:02 +0100
commit83fcb65794400da3e5bf59d0081c039e938346dd (patch)
tree3a53a6900e8b09bbdbaddd50d612817998c58445 /gnu
parent5b39f44382ea749b5ba05fcf65e9a09d6d83a103 (diff)
downloadguix-83fcb65794400da3e5bf59d0081c039e938346dd.tar.gz
guix-83fcb65794400da3e5bf59d0081c039e938346dd.zip
gnu: perl-algorithm-c3: Update to 0.11.
* gnu/packages/perl.scm (perl-algorithm-c3): Update to 0.11.
Diffstat (limited to 'gnu')