01ed8ef136
GitOrigin-RevId: 20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8
13 lines
525 B
Diff
13 lines
525 B
Diff
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,
|