diff options
author | Anders Bakken <agbakken@gmail.com> | 2010-08-03 14:49:30 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-08-04 12:29:09 (GMT) |
commit | c95cc2d8c3c0b4ba69cbc9028dcd22ca37ab7da8 (patch) | |
tree | cf8693d02a5964d0da53aa846e2cd47bb3101c2d /doc/src/platforms | |
parent | 2c7621730d30ac418874c18036a7aa34e2aae1d0 (diff) | |
download | Qt-c95cc2d8c3c0b4ba69cbc9028dcd22ca37ab7da8.zip Qt-c95cc2d8c3c0b4ba69cbc9028dcd22ca37ab7da8.tar.gz Qt-c95cc2d8c3c0b4ba69cbc9028dcd22ca37ab7da8.tar.bz2 |
Fix typo in docs
Merge-request: 2446
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'doc/src/platforms')
-rw-r--r-- | doc/src/platforms/emb-directfb-EmbLinux.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/platforms/emb-directfb-EmbLinux.qdoc b/doc/src/platforms/emb-directfb-EmbLinux.qdoc index b4f44bf..955258e 100644 --- a/doc/src/platforms/emb-directfb-EmbLinux.qdoc +++ b/doc/src/platforms/emb-directfb-EmbLinux.qdoc @@ -147,8 +147,8 @@ your qmake.conf. #DEFINES += \"QT_DIRECTFB_DISABLE_RASTERFALLBACKS=$$DIRECTFB_DRAWINGOPERATIONS\" \endcode -As demonstrated above, you need to Qt which drawing operations you want to -warn/disable. Since there are varying implementations of DirectFB from +As demonstrated above, you need to tell Qt which drawing operations you want +to warn/disable. Since there are varying implementations of DirectFB from manufacturer to manufacture, different operations will be optimized. This require you to define the operations you want to warn about or disable. These are listed above in the DIRECTFB_DRAWINGOPERATIONS variable. |