summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qtextbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/qtextbrowser.cpp')
-rw-r--r--src/gui/widgets/qtextbrowser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/qtextbrowser.cpp b/src/gui/widgets/qtextbrowser.cpp
index cd8fa11..e786c5c 100644
--- a/src/gui/widgets/qtextbrowser.cpp
+++ b/src/gui/widgets/qtextbrowser.cpp
@@ -619,7 +619,8 @@ void QTextBrowserPrivate::restoreHistoryEntry(const HistoryEntry entry)
If you want to load documents stored in the Qt resource system use
\c{qrc} as the scheme in the URL to load. For example, for the document
resource path \c{:/docs/index.html} use \c{qrc:/docs/index.html} as
- the URL with setSource().
+ the URL with setSource(). To access local files, use \c{file} as the
+ scheme in the URL.
\sa QTextEdit, QTextDocument
*/