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:
@@ -27,8 +27,7 @@
|
||||
|
||||
#include <utils/filepath.h>
|
||||
|
||||
namespace Python {
|
||||
namespace Internal {
|
||||
namespace Python::Internal {
|
||||
|
||||
enum class ReplType { Unmodified, Import, ImportToplevel };
|
||||
void openPythonRepl(QObject *parent, const Utils::FilePath &file, ReplType type);
|
||||
@@ -38,5 +37,4 @@ QString pythonName(const Utils::FilePath &pythonPath);
|
||||
class PythonProject;
|
||||
PythonProject *pythonProjectForFile(const Utils::FilePath &pythonFile);
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Python
|
||||
} // Python::Internal
|
||||
|
||||
Reference in New Issue
Block a user