forked from qt-creator/qt-creator
Translations: Prefix translation contexts for libraries with "::"
Change-Id: I0631ad6fdc9f341a162d879e54ff09fbdb74398e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -9,7 +9,7 @@ namespace QmlJS {
|
||||
|
||||
struct Tr
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(QmlJS)
|
||||
Q_DECLARE_TR_FUNCTIONS(::QmlJS)
|
||||
};
|
||||
|
||||
} // QmlJS
|
||||
|
||||
Reference in New Issue
Block a user