aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/testbench/assetfixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/testbench/assetfixer.cpp')
-rw-r--r--tests/manual/testbench/assetfixer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/testbench/assetfixer.cpp b/tests/manual/testbench/assetfixer.cpp
index 21a67573..1f914e71 100644
--- a/tests/manual/testbench/assetfixer.cpp
+++ b/tests/manual/testbench/assetfixer.cpp
@@ -515,6 +515,7 @@ void AssetFixer::clearImageCache()
// We can't seem to disable image caching on a per-Image basis (by the time the QQuickImages
// are available, the cache has already been filled), so we call this instead.
+ qCDebug(lcAssetFixer) << "Calling QQuickWindow::releaseResources() to clear pixmap cache";
window->releaseResources();
}