forked from qt-creator/qt-creator
Python: Convert to Tr::tr
Change-Id: I0241053b0d51dbb1a60c43351cbff543fd52573d Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
#include <projectexplorer/buildconfiguration.h>
|
||||
#include <projectexplorer/buildstep.h>
|
||||
|
||||
namespace Python {
|
||||
namespace Internal {
|
||||
namespace Python::Internal {
|
||||
|
||||
class PySideBuildConfiguration : public ProjectExplorer::BuildConfiguration
|
||||
{
|
||||
@@ -40,7 +39,6 @@ public:
|
||||
|
||||
class PySideBuildConfigurationFactory : public ProjectExplorer::BuildConfigurationFactory
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Python::Internal::PySideBuildConfigurationFactory)
|
||||
public:
|
||||
PySideBuildConfigurationFactory();
|
||||
};
|
||||
@@ -61,10 +59,8 @@ private:
|
||||
|
||||
class PySideBuildStepFactory : public ProjectExplorer::BuildStepFactory
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Python::Internal::PySideBuildStepFactory)
|
||||
public:
|
||||
PySideBuildStepFactory();
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Python
|
||||
} // Python::Internal
|
||||
|
||||
Reference in New Issue
Block a user