diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-10-23 05:03:05 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-10-23 05:03:05 (GMT) |
commit | 0fec70a232f9a97acc70e96a32d8a39c6c27c408 (patch) | |
tree | 4a4308dd04bc2ca0ad935ebf12151609d5f74ecb | |
parent | af92d15b625d2042814323fcebfa41c5bbb6b09d (diff) | |
download | Qt-0fec70a232f9a97acc70e96a32d8a39c6c27c408.zip Qt-0fec70a232f9a97acc70e96a32d8a39c6c27c408.tar.gz Qt-0fec70a232f9a97acc70e96a32d8a39c6c27c408.tar.bz2 |
Fix raster/native graphicssystem comment.
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index 4ad28e2..873f321 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -934,8 +934,8 @@ void QApplicationPrivate::initialize() qInitDrawhelperAsm(); #ifdef QT_MAC_USE_COCOA - // Use the rater graphics system by default on Cocoa, override with - // -graphicssystem raster + // Use the raster graphics system by default on Cocoa, override with + // -graphicssystem native if (graphics_system_name.isEmpty()) { graphics_system_name = QLatin1String("raster"); } |