summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristoph VogtlÃĪnder <c.vogtlaender@sigma-surface-science.com>2014-10-22 15:23:21 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-10-30 17:16:59 +0100
commit75120fb02acd017d71f2f098c1b707898827e1d7 (patch)
tree75827e4c369edb02c7dd7853274cabd89c06d738 /doc
parent542a8636c1f73c4effca90b465a71def022eb2a7 (diff)
Add support for passing the scope to operation GlobalConfig.
GlobalConfig now additionally accepts parameters "scope company application key value" Change-Id: I17934beff5db1096b9cc01cbc88dbbc8e5fb9d8a Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/operations.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index 422a64ef9..3e3b05e7c 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -153,11 +153,16 @@
or
+ "GlobalConfig" \c scope \c company \c application \c key \c value
+
+ or
+
"GlobalConfig" \c filename \c key \c value
\li Stores \c value for \c key in a configuration file. The
configuration file is specified either by \c filename
(using \c QSettings::NativeFormat, which might be the Windows
- registry) or by \c application and \c company name.
+ registry) or by \c application and \c company name. Set \c scope
+ to "SystemScope" to create an entry in the system scope.
\row
\li EnvironmentVariable
\li "EnvironmentVariable" \c key \c value [\c persistent [\c system]]