lupdate 4.6 reports wrong warnings (4.5 does NOT):
"Qualifying with unknown namespace/class ::MyClass"
in this situation, for instance:
void MyClass::SaveFile()
{
QString s = QFile::tr("The file format is not suported.");
}
That is, in situations where tr() is qualified with another name than the
method name. Yet:
1) the qualified name is known and valid (Q_OBJECT class)
2) the warning is reported whether "MyClass" is a valid known Q_OBJECT
class or not.
I have tens of such warnings, which makes it difficult to sort out the
"true" warning.
I think I have cases such as above, where the warning is not reported.
But I have many enough warnings to that you shoyuld be able to reproduce
easily.
Fortunatly, that does not break my large .ts file, but I feel safer to
rely on lupdate 4.5 for the time being.
Philippe
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback