summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcontentwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpcontentwidget.cpp')
-rw-r--r--src/assistant/help/qhelpcontentwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assistant/help/qhelpcontentwidget.cpp b/src/assistant/help/qhelpcontentwidget.cpp
index f0702602e..47f96732e 100644
--- a/src/assistant/help/qhelpcontentwidget.cpp
+++ b/src/assistant/help/qhelpcontentwidget.cpp
@@ -276,6 +276,7 @@ void QHelpContentProvider::run()
return;
QHelpCollectionHandler collectionHandler(collectionFile);
+ collectionHandler.setReadOnly(true);
if (!collectionHandler.openCollectionFile())
return;