summaryrefslogtreecommitdiffstats
path: root/qt-homescreen-example/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-homescreen-example/main.cpp')
-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);