QtWidgets: normalize signals/slots
This is the result of running util/normalize --modify from Qt 4.7 with manual review. Change-Id: I024d48cd111ab89f3fe83d9df51b188c9ad5023c Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Debao Zhang <dbzhang800@gmail.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>bb10
parent
0f49ebb4c2
commit
a42bc1e923
|
|
@ -181,7 +181,7 @@ void QLineEditPrivate::init(const QString& txt)
|
|||
QObject::connect(control, SIGNAL(cursorPositionChanged(int,int)),
|
||||
q, SLOT(updateMicroFocus()));
|
||||
|
||||
QObject::connect(control, SIGNAL(textChanged(const QString &)),
|
||||
QObject::connect(control, SIGNAL(textChanged(QString)),
|
||||
q, SLOT(updateMicroFocus()));
|
||||
|
||||
// for now, going completely overboard with updates.
|
||||
|
|
|
|||
Loading…
Reference in New Issue