summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-19 14:35:34 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-11-19 14:35:34 (GMT)
commitfb0ab6fbb9cf01fa4012fe67275ed4a4f3e2b71b (patch)
treec236e338f29c3e12ffdbeafcaed083b29a1f48b9 /src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
parent51b3c2e652578f5577c07c22e177699d345c1dd7 (diff)
parentfbbdf8698fb0444d5170b7d0a14e870ea789398f (diff)
downloadQt-fb0ab6fbb9cf01fa4012fe67275ed4a4f3e2b71b.zip
Qt-fb0ab6fbb9cf01fa4012fe67275ed4a4f3e2b71b.tar.gz
Qt-fb0ab6fbb9cf01fa4012fe67275ed4a4f3e2b71b.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp')
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp b/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
index 8ed0aaa..e25bb04 100644
--- a/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
+++ b/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
@@ -143,7 +143,7 @@ QScriptDebuggerCodeFinderWidget::QScriptDebuggerCodeFinderWidget(QWidget *parent
d->editFind = new QLineEdit(this);
d->editFind->setMinimumSize(QSize(150, 0));
- connect(d->editFind, SIGNAL(textChanged(const QString&)),
+ connect(d->editFind, SIGNAL(textChanged(QString)),
this, SLOT(_q_updateButtons()));
connect(d->editFind, SIGNAL(returnPressed()),
this, SLOT(_q_next()));