From c84346ddff128daf6900860229aa99e4dc6763b2 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Thu, 16 Jun 2011 12:56:00 +0200 Subject: Make glx wayland backends working. --- examples/opengl/hellowindow/hellowindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') 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(); } -- cgit v1.2.3