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:
@@ -14,8 +14,8 @@ class MesonActionsManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Utils::ParameterAction buildTargetContextAction{
|
||||
QCoreApplication::translate("::MesonProjectManager", "Build"),
|
||||
QCoreApplication::translate("::MesonProjectManager", "Build \"%1\""),
|
||||
QCoreApplication::translate("QtC::MesonProjectManager", "Build"),
|
||||
QCoreApplication::translate("QtC::MesonProjectManager", "Build \"%1\""),
|
||||
Utils::ParameterAction::AlwaysEnabled /*handled manually*/
|
||||
};
|
||||
QAction configureActionMenu;
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace MesonProjectManager {
|
||||
|
||||
struct Tr
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(::MesonProjectManager)
|
||||
Q_DECLARE_TR_FUNCTIONS(QtC::MesonProjectManager)
|
||||
};
|
||||
|
||||
} // namespace MesonProjectManager
|
||||
|
||||
Reference in New Issue
Block a user