aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/mactoolbar/toolbarcontrollerwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/mactoolbar/toolbarcontrollerwidget.cpp b/tests/manual/mactoolbar/toolbarcontrollerwidget.cpp
index 09148a8..1a38e53 100644
--- a/tests/manual/mactoolbar/toolbarcontrollerwidget.cpp
+++ b/tests/manual/mactoolbar/toolbarcontrollerwidget.cpp
@@ -62,7 +62,7 @@ ToolBarControllerWidget::ToolBarControllerWidget()
QLineEdit *fooItemText = new QLineEdit(this);
fooItemText->setText("Foo");
fooItemText->move(10, 10);
- connect(fooItemText, SIGNAL(textChanged(const QString &)), this, SLOT(changeItemText(const QString &)));
+ connect(fooItemText, SIGNAL(textChanged(QString)), this, SLOT(changeItemText(QString)));
winId();
toolBar->attachToWindow(windowHandle());