aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_file.cpp
diff options
context:
space:
mode:
authorGravatar wodim2017-08-31 00:38:57 +0200
committerGravatar wodim2017-08-31 00:38:57 +0200
commit9defac5f54e1cd06d7c026b695fed381c931d856 (patch)
treece7f6aedf58118e8ba800e4c6af37ab250583a9c /src/modules/objects/KvsObject_file.cpp
parentAllow the user to bypass the default stylesheet. (diff)
downloadKVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.tar.gz
KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.tar.bz2
KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.zip
Fix wrapping of <pre> in the docs.
Fixes #2288
Diffstat (limited to 'src/modules/objects/KvsObject_file.cpp')
-rw-r--r--src/modules/objects/KvsObject_file.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/objects/KvsObject_file.cpp b/src/modules/objects/KvsObject_file.cpp
index d0f773b85..449e32fbc 100644
--- a/src/modules/objects/KvsObject_file.cpp
+++ b/src/modules/objects/KvsObject_file.cpp
@@ -93,12 +93,12 @@ const QIODevice::OpenMode mod_cod[] = {
Attempts to open the file in specified mode or modes [i]sum[/i].
Valid modes are:[br]
[pre]
- RAW - RAW, non-buffered access[br]
- ReadOnly - opens the file read-only[br]
- WriteOnly - opens the file write-only[br]
- ReadWrite - opens the file in read-write mode[br]
- Append - opens the file in append mode. The file index is set to the end of the file.[br]
- Truncate - truncates the file[br]
+ RAW - RAW, non-buffered access
+ ReadOnly - opens the file read-only
+ WriteOnly - opens the file write-only
+ ReadWrite - opens the file in read-write mode
+ Append - opens the file in append mode. The file index is set to the end of the file.
+ Truncate - truncates the file
[/pre]
If you call this function without any parameters, the file is
opened in read-only mode.[br]