summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2010-02-24 15:58:31 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2010-02-24 15:58:31 +0100
commit32ded585b23deb2fbbec2f6cdbd6f1f178e445f5 (patch)
tree37e5374037349ee7a47b5a58748b3b39dd3b8cd3
parent61212d73a9fbbabf8617478b5f16f2b84ce2818b (diff)
document the graphics system hackqt4-maemo5
-rw-r--r--qt-homescreen-example/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-homescreen-example/main.cpp b/qt-homescreen-example/main.cpp
index 17573d9..abe7cd8 100644
--- a/qt-homescreen-example/main.cpp
+++ b/qt-homescreen-example/main.cpp
@@ -46,7 +46,8 @@
int main(int argc, char *argv[])
{
- // enforce native graphics system for now due to a bug in transparency composition
+ // enforce native graphics system for now due to a bug in transparency handling
+ // you can remove this line if you only target PR 1.2
QApplication::setGraphicsSystem("native");
QApplication app(argc, argv);