forked from qt-creator/qt-creator
Translations: Change translation context prefix from "::" to "QtC::"
lupdate would be confused by translation contexts starting with :: Change-Id: Ie95e73436fd3cafc80a8e89f908efadc747e644c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -46,7 +46,7 @@ private:
|
||||
void toggleThreadRestriction(QAction *action);
|
||||
|
||||
Utils::Perspective m_perspective{Constants::CtfVisualizerPerspectiveId,
|
||||
QCoreApplication::translate("::CtfVisualizer",
|
||||
QCoreApplication::translate("QtC::CtfVisualizer",
|
||||
"Chrome Trace Format Visualizer")};
|
||||
|
||||
bool m_isLoading;
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace CtfVisualizer {
|
||||
|
||||
struct Tr
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(::CtfVisualizer)
|
||||
Q_DECLARE_TR_FUNCTIONS(QtC::CtfVisualizer)
|
||||
};
|
||||
|
||||
} // namespace CtfVisualizer
|
||||
|
||||
Reference in New Issue
Block a user