--- a/examples/threads/mandelbrot/mandelbrotwidget.cpp Tue Jan 26 12:42:25 2010 +0200
+++ b/examples/threads/mandelbrot/mandelbrotwidget.cpp Tue Feb 02 00:43:10 2010 +0200
@@ -65,8 +65,8 @@
curScale = DefaultScale;
qRegisterMetaType<QImage>("QImage");
- connect(&thread, SIGNAL(renderedImage(const QImage &, double)),
- this, SLOT(updatePixmap(const QImage &, double)));
+ connect(&thread, SIGNAL(renderedImage(QImage,double)),
+ this, SLOT(updatePixmap(QImage,double)));
setWindowTitle(tr("Mandelbrot"));
#ifndef QT_NO_CURSOR