diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-11-05 01:17:29 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-11-05 01:17:29 (GMT) |
commit | 8a986d6fc4f0b87eda4f4f364cac6b39bbce5896 (patch) | |
tree | 058284f0aa16195832b532ec14f9cec6d452fd63 /doc/src/platforms/emb-pointer.qdoc | |
parent | c715f4108186c919773a612d9442ec55bc218ea1 (diff) | |
parent | 5549cd45e319e3019e2aac64a2143977f860e883 (diff) | |
download | Qt-8a986d6fc4f0b87eda4f4f364cac6b39bbce5896.zip Qt-8a986d6fc4f0b87eda4f4f364cac6b39bbce5896.tar.gz Qt-8a986d6fc4f0b87eda4f4f364cac6b39bbce5896.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/doc-staging:
Doc: Correcting character escape bug
Doc: Clarified the lifetime of the session bus connection.
Doc: Added a snippet showing the default BorderImage tiling behavior.
Doc: using pointer member variables and language change
Doc: Added more instructions to help with device file permissions.
Doc: Mentioned default values for the BorderImage tile modes.
Document the difference between +0.0 and -0.0 for QPointF and QSizeF.
Diffstat (limited to 'doc/src/platforms/emb-pointer.qdoc')
-rw-r--r-- | doc/src/platforms/emb-pointer.qdoc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/platforms/emb-pointer.qdoc b/doc/src/platforms/emb-pointer.qdoc index 22935b4..81e532f 100644 --- a/doc/src/platforms/emb-pointer.qdoc +++ b/doc/src/platforms/emb-pointer.qdoc @@ -186,8 +186,11 @@ device file. Some drivers also require write access to the device file. For instance, if you have specified the mouse driver with \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc 11 - then examine the permissions of the device file by entering the following - command in a console: + then examine the permissions of the device file by entering the + following command in a console: + \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc show permissions + Change the permissions of the device file, if necessary, in the following + way: \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc 12 If the device file is actually a symbolic link to another file, you must |