summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/player/main.cpp
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@jollamobile.com>2014-05-12 11:52:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-12 12:28:44 +0200
commit7e41e842f8c6dccedd124fb0609be1a57c7c095a (patch)
tree614145530876a683e2033d5bdace5d08503103b8 /examples/multimediawidgets/player/main.cpp
parent00c072bf0eb25104086eb43e860e038af5f5d340 (diff)
Remove some Q_WS_MAEMO_6 instances from examples.
Some of this stuff no longer worked (setGraphicsSystem..) and generally speaking it just doesn't make much sense: widgets on Harmattan were never really a supported platform. Change-Id: Ia853c6b3297075f32e51d68a05121f700509632d Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'examples/multimediawidgets/player/main.cpp')
-rw-r--r--examples/multimediawidgets/player/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/multimediawidgets/player/main.cpp b/examples/multimediawidgets/player/main.cpp
index 3009d29e2..60867ce82 100644
--- a/examples/multimediawidgets/player/main.cpp
+++ b/examples/multimediawidgets/player/main.cpp
@@ -44,10 +44,6 @@
int main(int argc, char *argv[])
{
-#ifdef Q_WS_MAEMO_6
- //Meego graphics system conflicts with xvideo during fullscreen transition
- QApplication::setGraphicsSystem("raster");
-#endif
QApplication app(argc, argv);
Player player;