qt6-bb10/tests/auto/corelib/kernel/qtranslator
Jan-Arve Saether f235ca4079 Enable modularization of translation files.
This is accomplished by introducing dependencies to catalogs.

This requires one API change:
QTranslator::load(const uchar *, int);
  changes to
QTranslator::load(const uchar*, int len,
                  const QString &directory = QString());

Since now, even the load from memory might need a directory if
the memory block contains a qm file with dependencies.

Change-Id: I781f333d07f53bb431d0a7b5fa1abe282dc4d338
Task-number: QTBUG-26138
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-07-12 18:30:35 +02:00
..
.gitignore
dependencies_la.qm Enable modularization of translation files. 2012-07-12 18:30:35 +02:00
dependencies_la.ts Enable modularization of translation files. 2012-07-12 18:30:35 +02:00
hellotr_la.qm
hellotr_la.ts
msgfmt_from_po.qm
qtranslator.pro Make QTranslator testcase independent of Widgets 2012-03-28 00:44:16 +02:00
qtranslator.qrc
tst_qtranslator.cpp Enable modularization of translation files. 2012-07-12 18:30:35 +02:00