diff options
| author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-06-16 12:56:00 +0200 |
|---|---|---|
| committer | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-06-20 10:30:30 +0200 |
| commit | c84346ddff128daf6900860229aa99e4dc6763b2 (patch) | |
| tree | 80055e58c282aa8b6a514ec967d21f46201aa024 /examples/opengl/hellowindow/hellowindow.cpp | |
| parent | 34d19a5571a422c53a7736d9c7a075da85aaa9c3 (diff) | |
Make glx wayland backends working.
Diffstat (limited to 'examples/opengl/hellowindow/hellowindow.cpp')
| -rw-r--r-- | examples/opengl/hellowindow/hellowindow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/opengl/hellowindow/hellowindow.cpp b/examples/opengl/hellowindow/hellowindow.cpp index 50cf8b04536..a88fcf1edb6 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(); } |
