I noticed that some messages in a Qt TS file have a "vanished" type for their translation elements, but its use is not clear. It seems that only messages in the "unnamed" context have this type. The corresponding DTD only says that this value was introduced in Qt 5.2 and I can't find any other documentation.
What is its meaning and when does the lupdate
tool add it?
Is it something similar to the "obsolete" type, i.e. an old string no more existing in the code? Are these strings present in the .qm file generated by lrelease
?