Debugger: Convert to Tr::tr

Change-Id: I5d2475c790851c68f9997ac6af72b5eaca58482d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2022-07-05 15:37:08 +02:00
parent bb3549a721
commit 9894c6eaf0
143 changed files with 2272 additions and 36880 deletions

View File

@@ -32,12 +32,11 @@
#include <QJsonObject>
#include <QVector>
#include <utils/fileutils.h>
#include <utils/filepath.h>
namespace Utils { class ProcessHandle; }
namespace Debugger {
namespace Internal {
namespace Debugger::Internal {
class DebuggerResponse;
@@ -349,7 +348,6 @@ public:
quint64 address = 0;
};
} // namespace Internal
} // namespace Debugger
} // Debugger::Internal
Q_DECLARE_OPERATORS_FOR_FLAGS(Debugger::Internal::DebuggerCommand::CommandFlags)