Fix typo in backwards compatibility code.
The patch just submitted to Qt4 is not affected by this. Change-Id: I3f38f1a56f2a9a2058b2c8ff0a6ee1715be41e85 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
7eebe4e960
commit
40fe0721d6
|
|
@ -353,7 +353,7 @@ static QByteArray qtTypeName(const QString &signature, const QDBusIntrospection:
|
|||
QString oldAnnotationName = QString::fromLatin1("com.trolltech.QtDBus.QtTypeName");
|
||||
if (paramId >= 0)
|
||||
oldAnnotationName += QString::fromLatin1(".%1%2").arg(QLatin1String(direction)).arg(paramId);
|
||||
qttype = annotations.value(annotationName);
|
||||
qttype = annotations.value(oldAnnotationName);
|
||||
|
||||
if (qttype.isEmpty()) {
|
||||
fprintf(stderr, "Got unknown type `%s'\n", qPrintable(signature));
|
||||
|
|
|
|||
Loading…
Reference in New Issue