A structure used to represent a particular translation of the string table section of a file's details. It encapsulates a language and code page identifier pair.
More...
#include <qx/windows/qx-filedetails.h>
- Note
- Handling translations via code pages is deprecated and discouraged when created new Windows applications; however, file details are still encoded using this method for backwards compatibility, and therefore must be parsed the same way.
◆ operator==
Returns true
if the target and destination of lhs are the same as in rhs; otherwise returns false
◆ qHash
QX_WINDOWS_EXPORT size_t qHash |
( |
const Translation & | key, |
|
|
size_t | seed ) |
|
friend |
Hashes the download task key with the initial seed.
◆ codePage
QString Qx::FileDetails::Translation::codePage |
◆ language
QString Qx::FileDetails::Translation::language |
The documentation for this struct was generated from the following files: