diff options
author | Robin Burchell <robin.burchell@jollamobile.com> | 2012-12-05 01:26:25 +0100 |
---|---|---|
committer | Robin Burchell <robin+qt@viroteck.net> | 2012-12-05 14:07:08 +0100 |
commit | ad3add755f9c153ae77214bfb010980418b730e9 (patch) | |
tree | 5120a3f4a5bd22ceb39d21192582eec1860176e6 /doc/src | |
parent | df5d21792b09ff259cc193d7c7f402f69ac0b188 (diff) |
s/Nokia/QtProject/ in settings files.
minor, but matches the changes made in Qt 5, and reflects that Nokia is no
longer the vendor of this software.
Change-Id: I3b324b813359f53e65760f3ce7a751dbd5c970e7
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Johan Thelin <johan.thelin@pelagicore.com>
Reviewed-by: Valerio Valerio <vdv100@gmail.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/messageserver.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/messageserver.qdoc b/doc/src/messageserver.qdoc index 1fd923b9..c7ae5656 100644 --- a/doc/src/messageserver.qdoc +++ b/doc/src/messageserver.qdoc @@ -91,7 +91,7 @@ MessageServer has the following dependencies: \section1 Logging MessageServer supports runtime-enabled logging. The logging levels in use can be changed by updating the configuration file and sending a HUP signal to the messageserver process. -The config file for logging is located at ~/.config/Nokia/QMF.conf. The logging configuration is in the \c{[Logging]} section. \c{qmaillog.h} defines the categories that can be used. +The config file for logging is located at ~/.config/QtProject/QMF.conf. The logging configuration is in the \c{[Logging]} section. \c{qmaillog.h} defines the categories that can be used. An example config file follows: |