normalise signal/slot signatures [QtOpenGL tests]

Change-Id: Ie8a56873013ad2408d792e371a7d3e2ecf1f9c2c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Marc Mutz 2012-10-16 11:15:37 +02:00 committed by The Qt Project
parent 6039179373
commit a23be1b3e1

View File

@ -2277,7 +2277,7 @@ protected:
delete display;
display = new DisplayWidget(this);
connect(producer, SIGNAL(imageReady(const QImage &)), display, SLOT(setImage(const QImage &)));
connect(producer, SIGNAL(imageReady(QImage)), display, SLOT(setImage(QImage)));
display->setGeometry(rect());
display->show();