summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2010-02-24 15:33:56 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2010-02-24 15:33:56 +0100
commit61212d73a9fbbabf8617478b5f16f2b84ce2818b (patch)
tree28086557b0d982653aec8ef8452f715d6466c9a7
parent6a7471c633a77c3c5091e58b26bc93701961f89b (diff)
update comment
-rw-r--r--qt-homescreen-example/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-homescreen-example/main.cpp b/qt-homescreen-example/main.cpp
index 9f6b332..17573d9 100644
--- a/qt-homescreen-example/main.cpp
+++ b/qt-homescreen-example/main.cpp
@@ -46,8 +46,7 @@
int main(int argc, char *argv[])
{
- // enforce native graphics system for now due to a bug in Maemo's composition
- // manager
+ // enforce native graphics system for now due to a bug in transparency composition
QApplication::setGraphicsSystem("native");
QApplication app(argc, argv);