summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-06-16 12:56:00 +0200
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-06-20 10:30:30 +0200
commitc84346ddff128daf6900860229aa99e4dc6763b2 (patch)
tree80055e58c282aa8b6a514ec967d21f46201aa024 /examples/opengl
parent34d19a5571a422c53a7736d9c7a075da85aaa9c3 (diff)
Make glx wayland backends working.
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/hellowindow/hellowindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/opengl/hellowindow/hellowindow.cpp b/examples/opengl/hellowindow/hellowindow.cpp
index 50cf8b0453..a88fcf1edb 100644
--- a/examples/opengl/hellowindow/hellowindow.cpp
+++ b/examples/opengl/hellowindow/hellowindow.cpp
@@ -34,9 +34,8 @@ HelloWindow::HelloWindow(Renderer *renderer)
create();
QTimer *timer = new QTimer(this);
- timer->start(10);
-
connect(timer, SIGNAL(timeout()), this, SLOT(render()));
+ timer->start(10);
updateColor();
}